Fix variable name
This commit is contained in:
@@ -28,7 +28,7 @@ for:
|
|||||||
- sh: python3 -B scripts/compile_lang.py
|
- sh: python3 -B scripts/compile_lang.py
|
||||||
- sh: python3 -B scripts/dump_crowdin_progress.py
|
- sh: python3 -B scripts/dump_crowdin_progress.py
|
||||||
- sh: python3 -B db_update.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
|
- sh: mkdir build
|
||||||
# Download packaging tool
|
# 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
|
- 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
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ AppDir:
|
|||||||
id: pyfa
|
id: pyfa
|
||||||
name: pyfa
|
name: pyfa
|
||||||
icon: pyfa
|
icon: pyfa
|
||||||
version: {{APP_VERSION}}
|
version: {{PYFA_VERSION}}
|
||||||
exec: usr/bin/python3.11
|
exec: usr/bin/python3.11
|
||||||
exec_args: "-s $APPDIR/opt/pyfa/pyfa.py $@"
|
exec_args: "-s $APPDIR/opt/pyfa/pyfa.py $@"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user