diff --git a/assets/images/ic_launcher.png b/assets/images/ic_launcher.png index 0a232f76..be8f3f0d 100644 Binary files a/assets/images/ic_launcher.png and b/assets/images/ic_launcher.png differ diff --git a/assets/images/ic_launcher_foreground.png b/assets/images/ic_launcher_foreground.png index 4fa2cfb5..4ec0b453 100644 Binary files a/assets/images/ic_launcher_foreground.png and b/assets/images/ic_launcher_foreground.png differ diff --git a/assets/images/ic_launcher_foreground_old.png b/assets/images/ic_launcher_foreground_old.png new file mode 100644 index 00000000..4fa2cfb5 Binary files /dev/null and b/assets/images/ic_launcher_foreground_old.png differ diff --git a/assets/images/ic_launcher_old.png b/assets/images/ic_launcher_old.png new file mode 100644 index 00000000..0a232f76 Binary files /dev/null and b/assets/images/ic_launcher_old.png differ diff --git a/assets/images/ic_launcher_round.png b/assets/images/ic_launcher_round.png index 6ed06635..c08d2aa2 100644 Binary files a/assets/images/ic_launcher_round.png and b/assets/images/ic_launcher_round.png differ diff --git a/assets/images/ic_launcher_round_old.png b/assets/images/ic_launcher_round_old.png new file mode 100644 index 00000000..6ed06635 Binary files /dev/null and b/assets/images/ic_launcher_round_old.png differ diff --git a/assets/images/linux.png b/assets/images/linux.png new file mode 100644 index 00000000..45811219 Binary files /dev/null and b/assets/images/linux.png differ diff --git a/assets/images/windows.ico b/assets/images/windows.ico new file mode 100644 index 00000000..ea3aa55a Binary files /dev/null and b/assets/images/windows.ico differ diff --git a/assets/images/windows_green.ico b/assets/images/windows_green.ico new file mode 100644 index 00000000..a4f98521 Binary files /dev/null and b/assets/images/windows_green.ico differ diff --git a/ios/packaging/ios/make_config.yaml b/ios/packaging/ios/make_config.yaml index d9858857..8616c78f 100644 --- a/ios/packaging/ios/make_config.yaml +++ b/ios/packaging/ios/make_config.yaml @@ -1,6 +1,6 @@ display_name: Hiddify -icon: ..\..\assets\images\logo_round.ico +icon: ..\..\assets\images\windows.ico keywords: - Hiddify diff --git a/lib/features/system_tray/controller/system_tray_controller.dart b/lib/features/system_tray/controller/system_tray_controller.dart index 66a1d9c0..4e927db6 100644 --- a/lib/features/system_tray/controller/system_tray_controller.dart +++ b/lib/features/system_tray/controller/system_tray_controller.dart @@ -20,7 +20,8 @@ class SystemTrayController extends _$SystemTrayController Future 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; } diff --git a/linux/packaging/appimage/make_config.yaml b/linux/packaging/appimage/make_config.yaml index bfd7a6ca..87d17e80 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/ic_launcher_round.png +icon: ./assets/images/linux.png keywords: - Hiddify diff --git a/windows/packaging/exe/make_config.yaml b/windows/packaging/exe/make_config.yaml index c99b93a6..92d4dd2e 100644 --- a/windows/packaging/exe/make_config.yaml +++ b/windows/packaging/exe/make_config.yaml @@ -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 \ No newline at end of file diff --git a/windows/packaging/msix/make_config.yaml b/windows/packaging/msix/make_config.yaml index 4d05d779..3b701f62 100644 --- a/windows/packaging/msix/make_config.yaml +++ b/windows/packaging/msix/make_config.yaml @@ -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 \ No newline at end of file