fix: linux AppImage

This commit is contained in:
Hiddify
2023-07-22 11:19:18 +02:00
parent 4e91b9eed9
commit fef394277d
4 changed files with 3 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ jobs:
- platform: linux - platform: linux
os: ubuntu-latest os: ubuntu-latest
aarch: amd64 aarch: amd64
targets: appimage targets: AppImage
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: checkout - name: checkout
@@ -119,6 +119,7 @@ jobs:
- name: Copy to out unix - name: Copy to out unix
if: matrix.platform != 'windows' if: matrix.platform != 'windows'
run: | run: |
ls -R
mkdir out mkdir out
IFS=',' read -r -a EXT_ARRAY <<< "${{ matrix.targets }}" IFS=',' read -r -a EXT_ARRAY <<< "${{ matrix.targets }}"
# Loop over extensions # Loop over extensions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

View File

@@ -1,6 +1,6 @@
display_name: Hiddify display_name: Hiddify
icon: ./assets/images/hiddify.png icon: ./assets/images/ic_launcher_round.png
keywords: keywords:
- Hiddify - Hiddify
@@ -40,9 +40,3 @@ startup_notify: true
# - libcurl.so.4 # - libcurl.so.4
include: [] include: []
files:
# include extra files & folders
include:
- ./assets/images/hiddify.png
- ./hiddify.png