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
For now BMK creates win32 resources automatically during the build process.
creates meta files
convert .ico to .rc
creates resource files ...
For Mac OS we currently seem to require a custom "[sourcefile.]post.bmk" to achieve a similar effect. Maybe it would be good to behave similary on Mac than on Windows.
if a "sourcefile".ico exists (and not an icns) then create icns
if a "sourcefile".icns exists, copy it to the resources folder
if Mac OS allows for meta stuff (or signing?) then handle that too (if there is a corresponding definition file)
For now there is a default icns file used from within BMK but this is not configurable yet.
The text was updated successfully, but these errors were encountered:
For now BMK creates win32 resources automatically during the build process.
For Mac OS we currently seem to require a custom "[sourcefile.]post.bmk" to achieve a similar effect. Maybe it would be good to behave similary on Mac than on Windows.
For now there is a default icns file used from within BMK but this is not configurable yet.
The text was updated successfully, but these errors were encountered: