Browse Source

scripts: explicitly name appimage

pull/2/head
Alibek Omarov 5 years ago
parent
commit
e3e161f281
  1. 3
      scripts/build_linux_engine.sh

3
scripts/build_linux_engine.sh

@ -13,6 +13,7 @@ export CXX="ccache g++" @@ -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 @@ -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

Loading…
Cancel
Save