Skip to content

Commit

Permalink
Update steam-builder.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Apr 11, 2024
1 parent e8d62cf commit 65d538e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions steam-builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ sed -i 's/PrefersNonDefaultGPU/X-PrefersNonDefaultGPU/' ./$APP/$APP.AppDir/steam
# ...EXPORT THE APPDIR TO AN APPIMAGE!
ARCH=x86_64 VERSION=$(./appimagetool -v | grep -o '[[:digit:]]*') ./appimagetool -s ./$APP/$APP.AppDir > /dev/null 2>&1
cd ..;
#mv ./tmp/*.AppImage ./Steam-$(date +"%Y%m%d%H%M")-x86_64.AppImage
mv ./tmp/*.AppImage ./
mv ./tmp/*.AppImage ./Steam-$(date +"%Y%m%d%H%M")-x86_64.AppImage
#mv ./tmp/*.AppImage ./

echo "
Expand Down

0 comments on commit 65d538e

Please sign in to comment.