diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81ac165f..4b43f7d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/assets/images/hiddify.png b/assets/images/hiddify.png deleted file mode 100644 index 6ed06635..00000000 Binary files a/assets/images/hiddify.png and /dev/null differ diff --git a/hiddify.png b/hiddify.png deleted file mode 100644 index 6ed06635..00000000 Binary files a/hiddify.png and /dev/null differ diff --git a/linux/packaging/appimage/make_config.yaml b/linux/packaging/appimage/make_config.yaml index 6cff84e9..bfd7a6ca 100644 --- a/linux/packaging/appimage/make_config.yaml +++ b/linux/packaging/appimage/make_config.yaml @@ -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 - \ No newline at end of file