A few minor fixes, and disable ssh
This commit is contained in:
@@ -14,8 +14,8 @@ for:
|
|||||||
# APPVEYOR_SSH_BLOCK: true
|
# APPVEYOR_SSH_BLOCK: true
|
||||||
cache:
|
cache:
|
||||||
- /home/appveyor/.cache/pip -> requirements.txt
|
- /home/appveyor/.cache/pip -> requirements.txt
|
||||||
init:
|
# init:
|
||||||
- sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
|
# - sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
|
||||||
install:
|
install:
|
||||||
- sh: sudo DEBIAN_FRONTEND=noninteractive apt-get -y update
|
- sh: sudo DEBIAN_FRONTEND=noninteractive apt-get -y update
|
||||||
# AppImage dependencies
|
# AppImage dependencies
|
||||||
@@ -38,7 +38,6 @@ for:
|
|||||||
- sh: cp -r eos graphs gui imgs locale service utils eve.db config.py pyfa.py db_update.py README.md LICENSE version.yml AppDir/usr/src
|
- sh: cp -r eos graphs gui imgs locale service utils eve.db config.py pyfa.py db_update.py README.md LICENSE version.yml AppDir/usr/src
|
||||||
- sh: mkdir -p AppDir/usr/share/icons/hicolor/64x64/apps/
|
- sh: mkdir -p AppDir/usr/share/icons/hicolor/64x64/apps/
|
||||||
- sh: cp imgs/gui/pyfa64.png AppDir/usr/share/icons/hicolor/64x64/apps/pyfa.png
|
- sh: cp imgs/gui/pyfa64.png AppDir/usr/share/icons/hicolor/64x64/apps/pyfa.png
|
||||||
- sh: sleep 60m
|
|
||||||
- sh: ./$APPIMAGE_TOOL --recipe dist_assets/linux/AppImageBuilder.yml
|
- sh: ./$APPIMAGE_TOOL --recipe dist_assets/linux/AppImageBuilder.yml
|
||||||
after_build:
|
after_build:
|
||||||
- sh: ls -la
|
- sh: ls -la
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ AppDir:
|
|||||||
id: pyfa
|
id: pyfa
|
||||||
name: pyfa
|
name: pyfa
|
||||||
icon: pyfa
|
icon: pyfa
|
||||||
version: {{PYFA_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 $@"
|
||||||
|
|
||||||
@@ -27,7 +27,6 @@ AppDir:
|
|||||||
|
|
||||||
include:
|
include:
|
||||||
- python3.11
|
- python3.11
|
||||||
- libnotify4
|
|
||||||
exclude: []
|
exclude: []
|
||||||
|
|
||||||
after_bundle:
|
after_bundle:
|
||||||
@@ -46,4 +45,4 @@ AppDir:
|
|||||||
AppImage:
|
AppImage:
|
||||||
sign-key: None
|
sign-key: None
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
file_name: 'pyfa-{{APP_VERSION}}-linux'
|
file_name: 'pyfa-{{PYFA_VERSION}}-linux'
|
||||||
|
|||||||
Reference in New Issue
Block a user