Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Mac] Auto-copy icon files (and meta?) after building #70

Open
GWRon opened this issue Apr 25, 2019 · 0 comments
Open

[Mac] Auto-copy icon files (and meta?) after building #70

GWRon opened this issue Apr 25, 2019 · 0 comments

Comments

@GWRon
Copy link
Contributor

GWRon commented Apr 25, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant