Skip to content

Commit

Permalink
Copy pubkey to working dir, too
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Jul 11, 2024
1 parent 7a488c4 commit 7c3c526
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions create-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ mv \
../privkey.asc.enc \
privkey.asc.enc

cp \
../pubkey.asc \
pubkey.asc

export ARCH=x86_64
export PATH=./squashfs-root/usr/bin:${PATH}
export VERSION="${VERSION:-dev}"
Expand Down

0 comments on commit 7c3c526

Please sign in to comment.