fix: error
This commit is contained in:
2
Makefile
2
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 &&\
|
||||
|
||||
BIN
hiddify.png
Normal file
BIN
hiddify.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
@@ -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
|
||||
- ./assets/images/hiddify.png
|
||||
- ./hiddify.png
|
||||
|
||||
Reference in New Issue
Block a user