We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2ed01 commit 6fa0b9fCopy full SHA for 6fa0b9f
scripts/download-happs.sh
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
3
# bump this in tandem with bumping the INTEGRITY_VERSION_NUMBER
4
+mkdir -p electron/binaries
5
wget https://github.com/lightningrodlabs/acorn-happ/releases/download/v6.0.0/profiles.happ -O electron/binaries/profiles.happ
6
wget https://github.com/lightningrodlabs/acorn-happ/releases/download/v6.0.0/projects.happ -O electron/binaries/projects.happ
0 commit comments