fix: linux AppImage
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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 |
BIN
hiddify.png
BIN
hiddify.png
Binary file not shown.
|
Before Width: | Height: | Size: 48 KiB |
@@ -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
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user