Skip to content

Commit

Permalink
Merge pull request #29 from zevlee/revert-update-build-portable-windows
Browse files Browse the repository at this point in the history
Revert "Update build portable windows"
  • Loading branch information
zevlee authored Feb 12, 2023
2 parents 21abf92 + 03af5a4 commit ef32a3e
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-$(uname -m)-portable.exe
mv dist/* ./$APP-$version-portable.exe
fi
for exe in $APP*.exe; do
echo $(sha256sum $exe) > $exe.sha256
Expand Down

0 comments on commit ef32a3e

Please sign in to comment.