Skip to content

Commit

Permalink
switched to new we.happ
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Dec 13, 2023
1 parent 9c40fe3 commit 929964f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
mkdir resources/default-apps
yarn setup:release
curl -L --output resources/default-apps/we.happ https://github.com/lightningrodlabs/we-electron/releases/download/we-alpha-happ-v0.7.0/we.happ
curl -L --output resources/default-apps/we.happ https://github.com/lightningrodlabs/we-electron/releases/download/we-alpha-happ-v0.8.0/we.happ
- name: Build zomes
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"build:zomes": "cargo build --release --target-dir target --target wasm32-unknown-unknown --workspace",
"build:example-applet": "yarn build:libs && yarn build:zomes && yarn workspace example-applet package",
"download:appstore": "curl -L --output resources/default-apps/AppstoreLight.happ https://github.com/matthme/appstore-light/releases/download/appstore-light-0.0.2/AppstoreLight.happ",
"download:we-happ": "curl -L --output resources/default-apps/we.happ https://github.com/lightningrodlabs/we-electron/releases/download/untagged-ea2224502bafec82db51/we.happ",
"download:we-happ": "curl -L --output resources/default-apps/we.happ https://github.com/lightningrodlabs/we-electron/releases/download/we-alpha-happ-v0.8.0/we.happ",
"postinstall": "electron-builder install-app-deps",
"fetch-binaries:linux": "curl -L --output resources/bins/lair-keystore-v0.3.0 https://github.com/matthme/launcher-electron/releases/download/lair-binaries-v0.3.0/lair-keystore-v0.3.0-x86_64-unknown-linux-gnu && curl -L --output resources/bins/holochain-v0.2.4-rc.0 https://github.com/matthme/launcher-electron/releases/download/holochain-binaries-v0.2.4-rc.0/holochain-v0.2.4-rc.0-x86_64-unknown-linux-gnu",
"fetch-binaries:macos": "curl -L --output resources/bins/lair-keystore-v0.3.0 https://github.com/matthme/launcher-electron/releases/download/lair-binaries-v0.3.0/lair-keystore-v0.3.0-x86_64-apple-darwin && curl -L --output resources/bins/holochain-v0.2.4-rc-0 https://github.com/matthme/launcher-electron/releases/download/holochain-binaries-v0.2.4-rc.0/holochain-v0.2.4-rc.0-x86_64-apple-darwin",
Expand Down

0 comments on commit 929964f

Please sign in to comment.