Skip to content

Commit

Permalink
Update signal-buildscript.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
0mniteck authored Nov 12, 2023
1 parent 7e9f9d3 commit d3202fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signal-buildscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nvm use
yarn install --frozen-lockfile --network-timeout 600000
yarn build:dev && yarn build:release --arm64 --linux deb
debpath=$(ls /Signal-Desktop/release/signal-desktop_*)
if [ ! -f /Signal-Desktop/release/private.key ]; then
if [ ! -f /Signal-Desktop/release/.private.key ]; then
echo "Generating New Keypair."
yarn node ts/updater/generateKeyPair.js --key /Signal-Desktop/release/public.key --private /Signal-Desktop/release/.private.key
echo "Signing Release."
Expand Down

0 comments on commit d3202fd

Please sign in to comment.