Fix variable name

This commit is contained in:
DarkPhoenix
2023-12-04 06:55:52 +06:00
parent 0d45be0597
commit 00f72294d4
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ for:
- sh: python3 -B scripts/compile_lang.py
- sh: python3 -B scripts/dump_crowdin_progress.py
- sh: python3 -B db_update.py
- sh: export APP_VERSION="$(python3 -B scripts/dump_version.py)"
- sh: export PYFA_VERSION="$(python3 -B scripts/dump_version.py)"
- sh: mkdir build
# Download packaging tool
- sh: curl -o $APPIMAGE_TOOL -L https://github.com/AppImageCrafters/appimage-builder/releases/download/v1.1.0/appimage-builder-1.1.0-x86_64.AppImage

View File

@@ -7,7 +7,7 @@ AppDir:
id: pyfa
name: pyfa
icon: pyfa
version: {{APP_VERSION}}
version: {{PYFA_VERSION}}
exec: usr/bin/python3.11
exec_args: "-s $APPDIR/opt/pyfa/pyfa.py $@"