diff --git a/Makefile b/Makefile index 5643c873..730efb58 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,6 @@ windows-release: flutter_distributor package --platform windows --targets exe linux-release: - mkdir -p /home/runner/work/hiddify-next/hiddify-next/dist/0.1.0/hiddify-0.1.0+0.1.0-linux_appimage/hiddify.AppDir/hiddify.png &&\ - cp ./assets/images/hiddify.png /home/runner/work/hiddify-next/hiddify-next/dist/0.1.0/hiddify-0.1.0+0.1.0-linux_appimage/hiddify.AppDir/hiddify.png &&\ flutter_distributor package --platform linux --targets appimage macos-realase: flutter build macos --release &&\ diff --git a/hiddify.png b/hiddify.png new file mode 100644 index 00000000..6ed06635 Binary files /dev/null and b/hiddify.png differ diff --git a/linux/packaging/appimage/make_config.yaml b/linux/packaging/appimage/make_config.yaml index 4e5a944d..6cff84e9 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/logo_round.ico +icon: ./assets/images/hiddify.png keywords: - Hiddify @@ -43,4 +43,6 @@ include: [] files: # include extra files & folders include: - - ./assets/images/hiddify.png \ No newline at end of file + - ./assets/images/hiddify.png + - ./hiddify.png + \ No newline at end of file