Open
Description
Search before asking
Pake version
master@latest on Github Action
System version
Linux 6.11.2-amd64
Node.js version
node v20.17.0
Minimal reproduce step
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 inbin/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.
What did you expect to see?
- The system tray of all applications uses only the default icon.
- Cannot build multiple applications at once when custom system tray icon option is enabled.
What did you see instead?
Successfully created multiple apps with system tray icons added in the same build on Github ction
Anything else?
No response
Are you willing to submit a PR?
- I'm willing to submit a PR!