mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 14:12:04 +08:00
scripts: explicitly name appimage
This commit is contained in:
@@ -13,6 +13,7 @@ export CXX="ccache g++"
|
||||
# AppImage settings
|
||||
APP=Xash3DFWGS
|
||||
APPDIR=$APP-$ARCH.AppDir
|
||||
APPIMAGE=$APP-$ARCH.AppImage
|
||||
|
||||
build_sdl2()
|
||||
{
|
||||
@@ -94,7 +95,7 @@ EOF
|
||||
|
||||
wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-$ARCH.AppImage"
|
||||
chmod +x appimagetool-$ARCH.AppImage
|
||||
./appimagetool-$ARCH.AppImage $APPDIR
|
||||
./appimagetool-$ARCH.AppImage $APPDIR $APPIMAGE
|
||||
}
|
||||
|
||||
build_sdl2
|
||||
|
||||
Reference in New Issue
Block a user