new: change logo icon to next
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 29 KiB |
BIN
assets/images/ic_launcher_foreground_old.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
assets/images/ic_launcher_old.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 57 KiB |
BIN
assets/images/ic_launcher_round_old.png
Normal file
|
After Width: | Height: | Size: 48 KiB |
BIN
assets/images/linux.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
assets/images/windows.ico
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
assets/images/windows_green.ico
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
@@ -1,6 +1,6 @@
|
||||
display_name: Hiddify
|
||||
|
||||
icon: ..\..\assets\images\logo_round.ico
|
||||
icon: ..\..\assets\images\windows.ico
|
||||
|
||||
keywords:
|
||||
- Hiddify
|
||||
|
||||
@@ -20,7 +20,8 @@ class SystemTrayController extends _$SystemTrayController
|
||||
Future<void> build() async {
|
||||
if (!_initialized) {
|
||||
loggy.debug('initializing');
|
||||
await trayManager.setIcon(Assets.images.logoRound);
|
||||
// await trayManager.setIcon(Assets.images.logoRound);
|
||||
await trayManager.setIcon(Assets.images.windows);
|
||||
trayManager.addListener(this);
|
||||
_initialized = true;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
display_name: Hiddify
|
||||
|
||||
icon: ./assets/images/ic_launcher_round.png
|
||||
icon: ./assets/images/linux.png
|
||||
|
||||
keywords:
|
||||
- Hiddify
|
||||
|
||||
@@ -4,7 +4,7 @@ publisher_url: https://github.com/hiddify/hiddify-next
|
||||
display_name: Hiddify
|
||||
create_desktop_icon: true
|
||||
install_dir_name: "{autopf64}\\hiddify"
|
||||
setup_icon_file: ..\..\assets\images\logo_round.ico
|
||||
setup_icon_file: ..\..\assets\images\windows.ico
|
||||
locales:
|
||||
- en
|
||||
- fa
|
||||
@@ -2,5 +2,5 @@ display_name: Hiddify
|
||||
publisher_display_name: Hiddify
|
||||
identity_name: app.hiddify.com
|
||||
msix_version: 1.0.0.0
|
||||
logo_path: ..\..\assets\images\logo_round.ico
|
||||
logo_path: ..\..\assets\images\windows.ico
|
||||
capabilities: internetClient, privateNetworkClientServer
|
||||