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
App icons are currently saved as part of the base system in /res but can be made relative, similar to exec_rel_path.
I'm thinking of using a Resources folder in the application source directory and an info.json file that can override some of the definitions in the userland build prepare_app.py script which writes the built application's info.json, that way, an icon_rel_path variable can be declared there which could be used by the system.
The text was updated successfully, but these errors were encountered:
nimelehin
changed the title
Relative App Icons
[userland] Put app icons paths into info.json
Jun 14, 2022
App icons are currently saved as part of the base system in /res but can be made relative, similar to
exec_rel_path
.I'm thinking of using a
Resources
folder in the application source directory and aninfo.json
file that can override some of the definitions in the userland buildprepare_app.py
script which writes the built application'sinfo.json
, that way, anicon_rel_path
variable can be declared there which could be used by the system.The text was updated successfully, but these errors were encountered: