You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to build multiple applications at once with custom system tray icons using "Online Compilation (Developer)" method.
If I only change the apps.conf.json file and enable the system tray in bin/defaults.ts, the system tray will use the default icon instead of automatically recognizing the added icon when building the application.
If I change in src-tauri/pake.json and tauri configuration files: tauri.conf.json,tauri.linux.conf.json,tauri.macos.conf.json,tauri.windows.conf.json then I don't know how to add configuration for multiple applications, I can only add one application at a time to use custom system tray icons.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How to build multiple applications at once with custom system tray icons using "Online Compilation (Developer)" method.
apps.conf.json
file and enable the system tray inbin/defaults.ts
, the system tray will use the default icon instead of automatically recognizing the added icon when building the application.src-tauri/pake.json
and tauri configuration files:tauri.conf.json
,tauri.linux.conf.json
,tauri.macos.conf.json
,tauri.windows.conf.json
then I don't know how to add configuration for multiple applications, I can only add one application at a time to use custom system tray icons.Beta Was this translation helpful? Give feedback.
All reactions