new: change logo icon to next

This commit is contained in:
Hiddify
2023-08-20 22:57:09 +00:00
parent 35ab5090b0
commit 66bfcd7d25
14 changed files with 6 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

BIN
assets/images/linux.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
assets/images/windows.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@@ -1,6 +1,6 @@
display_name: Hiddify
icon: ..\..\assets\images\logo_round.ico
icon: ..\..\assets\images\windows.ico
keywords:
- Hiddify

View File

@@ -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;
}

View File

@@ -1,6 +1,6 @@
display_name: Hiddify
icon: ./assets/images/ic_launcher_round.png
icon: ./assets/images/linux.png
keywords:
- Hiddify

View File

@@ -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

View File

@@ -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