A few minor fixes, and disable ssh
This commit is contained in:
@@ -14,8 +14,8 @@ for:
|
||||
# APPVEYOR_SSH_BLOCK: true
|
||||
cache:
|
||||
- /home/appveyor/.cache/pip -> requirements.txt
|
||||
init:
|
||||
- sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
|
||||
# init:
|
||||
# - sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
|
||||
install:
|
||||
- sh: sudo DEBIAN_FRONTEND=noninteractive apt-get -y update
|
||||
# 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: 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: sleep 60m
|
||||
- sh: ./$APPIMAGE_TOOL --recipe dist_assets/linux/AppImageBuilder.yml
|
||||
after_build:
|
||||
- sh: ls -la
|
||||
|
||||
@@ -7,7 +7,7 @@ AppDir:
|
||||
id: pyfa
|
||||
name: pyfa
|
||||
icon: pyfa
|
||||
version: {{PYFA_VERSION}}
|
||||
version: '{{PYFA_VERSION}}'
|
||||
exec: usr/bin/python3.11
|
||||
exec_args: "-s $APPDIR/opt/pyfa/pyfa.py $@"
|
||||
|
||||
@@ -27,7 +27,6 @@ AppDir:
|
||||
|
||||
include:
|
||||
- python3.11
|
||||
- libnotify4
|
||||
exclude: []
|
||||
|
||||
after_bundle:
|
||||
@@ -46,4 +45,4 @@ AppDir:
|
||||
AppImage:
|
||||
sign-key: None
|
||||
arch: x86_64
|
||||
file_name: 'pyfa-{{APP_VERSION}}-linux'
|
||||
file_name: 'pyfa-{{PYFA_VERSION}}-linux'
|
||||
|
||||
Reference in New Issue
Block a user