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
|
||||
os: ubuntu-latest
|
||||
aarch: amd64
|
||||
targets: appimage
|
||||
targets: AppImage
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: checkout
|
||||
@@ -119,6 +119,7 @@ jobs:
|
||||
- name: Copy to out unix
|
||||
if: matrix.platform != 'windows'
|
||||
run: |
|
||||
ls -R
|
||||
mkdir out
|
||||
IFS=',' read -r -a EXT_ARRAY <<< "${{ matrix.targets }}"
|
||||
# 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
|
||||
|
||||
icon: ./assets/images/hiddify.png
|
||||
icon: ./assets/images/ic_launcher_round.png
|
||||
|
||||
keywords:
|
||||
- Hiddify
|
||||
@@ -40,9 +40,3 @@ startup_notify: true
|
||||
# - libcurl.so.4
|
||||
include: []
|
||||
|
||||
files:
|
||||
# include extra files & folders
|
||||
include:
|
||||
- ./assets/images/hiddify.png
|
||||
- ./hiddify.png
|
||||
|
||||
Reference in New Issue
Block a user