Skip to content

Commit

Permalink
build: update saga release
Browse files Browse the repository at this point in the history
  • Loading branch information
ookami-kb committed Jun 15, 2023
1 parent 26d8dc0 commit d03dbce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/espressocash_app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ create_saga_release:
ifndef SOLANA_RPC_URL
$(error "SOLANA_RPC_URL must be set")
endif
npx dapp-store create release -k publisher.json -b ~/Library/Android/sdk/build-tools/33.0.1/ -u $(SOLANA_RPC_URL)
cd saga_publishing && npx dapp-store create release -k publisher.json -b ~/Library/Android/sdk/build-tools/33.0.1/ -u $(SOLANA_RPC_URL)

publish_saga_release:
ifndef SOLANA_RPC_URL
$(error "SOLANA_RPC_URL must be set")
endif
npx dapp-store publish submit -k publisher.json -u $(SOLANA_RPC_URL) --requestor-is-authorized --complies-with-solana-dapp-store-policies
cd saga_publishing && npx dapp-store publish submit -k publisher.json -u $(SOLANA_RPC_URL) --requestor-is-authorized --complies-with-solana-dapp-store-policies
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"./app-release.apk": {
"path": "./app-release.apk",
"sha256": "U6qlDeBSXaPfK9/OKA5PX2NhdIQfjv25RTXGorDemoQ=",
"uri": "https://arweave.net/DUMsEGcD6U04JFjck2CuWAl9uiwImrjQo8lRopw73IE"
"sha256": "Fhx4ADPMlI9k7x764MtSjiblI3U6ZlqtfFzVki7vSFU=",
"uri": "https://arweave.net/d8o4VLeVvlgj9ocEVgzG1mUcVAc_6Y0ESqKbkHHhteg"
}
}
}
2 changes: 1 addition & 1 deletion packages/espressocash_app/saga_publishing/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ app:
- purpose: icon
uri: ./launcher.png
release:
address: HEPsJL7rMTGXuKvcyuJEqTzWNxj2hekzxngNTbLSVnWP
address: DBBf6xp2TmwJZPfYTYk34hbfcJMAxksyJvEpZYEp7uzU
media:
- purpose: icon
uri: ./launcher.png
Expand Down

0 comments on commit d03dbce

Please sign in to comment.