Skip to content

Commit

Permalink
Renamed AppImage file to wine32-deploy for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
ebababi committed Aug 12, 2021
1 parent 491da21 commit 915f45f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ cp appimagetool-x86_64.AppImage "${WorkingDir}"
# Build AppImage

./appimagetool-x86_64.AppImage --appimage-extract-and-run "${WorkingDir}"
mv "Wine-x86_64.AppImage" "Wine-${Version}-x86_64.AppImage"
zsyncmake "Wine-${Version}-x86_64.AppImage"
mv "Wine-x86_64.AppImage" "wine32-deploy-${Version}-x86_64.AppImage"
zsyncmake "wine32-deploy-${Version}-x86_64.AppImage"

exit

0 comments on commit 915f45f

Please sign in to comment.