Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package ID change #6

Merged
merged 2 commits into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Install the system dependencies below to build this project by following the ins
Clone the Webtop package repository locally.

```
git clone [email protected]:remcoros/webtop-sparrow-startos.git
cd webtop-sparrow-startos
git clone [email protected]:remcoros/sparrow-webtop-startos.git
cd sparrow-webtop-startos
```

## Building
Expand Down Expand Up @@ -58,7 +58,7 @@ start-cli auth login
make install
```

**Tip:** You can also install the webtop-sparrow.s9pk by sideloading it under the **StartOS > System > Sideload a Service** section.
**Tip:** You can also install the sparrow-webtop.s9pk by sideloading it under the **StartOS > System > Sideload a Service** section.

## Verify Install

Expand Down
4 changes: 2 additions & 2 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
id: webtop-sparrow
id: sparrow-webtop
title: "Sparrow"
version: 1.8.2.1
release-notes: |
Sparrow 1.8.2 on Webtop for StartOS
license: GPLv3
wrapper-repo: "https://github.com/remcoros/webtop-sparrow-startos"
wrapper-repo: "https://github.com/remcoros/sparrow-webtop-startos"
upstream-repo: "https://github.com/sparrowwallet/sparrow"
support-site: "https://github.com/sparrowwallet/sparrow/issues"
marketing-site: "https://sparrowwallet.com/"
Expand Down
2 changes: 1 addition & 1 deletion scripts/procedures/healthChecks.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { types as T, healthUtil } from "../deps.ts";

export const health: T.ExpectedExports.health = {
"web-ui": healthUtil.checkWebUrl("http://webtop-sparrow.embassy:3000")
"web-ui": healthUtil.checkWebUrl("http://sparrow-webtop.embassy:3000")
}
Loading