Skip to content

Commit

Permalink
Merge pull request #22 from zevlee/update-build-portable-windows
Browse files Browse the repository at this point in the history
fix: Update build.sh for portable windows
  • Loading branch information
zevlee authored Feb 11, 2023
2 parents 17d1ec4 + e6cbb14 commit fd54fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ else
python3 -OO -m PyInstaller $APP-portable.spec
echo "Preparing app..."
version=$(cat ../VERSION)
mv dist/* ./$APP-$version-portable.exe
mv dist/* ./$APP-$version-$(uname -m)-portable.exe
fi
for exe in $APP*.exe; do
echo $(sha256sum $exe) > $exe.sha256
Expand Down

0 comments on commit fd54fa7

Please sign in to comment.