Fix Appimage generation script

dev
tomangelo2 2023-07-22 21:23:13 +02:00
parent 59600ae5c7
commit b152bd5dea
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ jobs:
# Create AppImage # Create AppImage
NO_STRIP=1 ./squashfs-root/AppRun -e colobot --output appimage --appdir colobot.AppDir -d desktop/colobot.desktop -i ../desktop/colobot.svg NO_STRIP=1 ./squashfs-root/AppRun -e colobot --output appimage --appdir colobot.AppDir -d desktop/colobot.desktop -i ../desktop/colobot.svg
chmod +x Colobot-*-x86_64.AppImage chmod +x Colobot-x86_64.AppImage
# Prepare folder for zip # Prepare folder for zip
mkdir -p appimage mkdir -p appimage