Skip to content

Expose standalone .app target for osx (macOS)#800

Closed
jedahan wants to merge 2 commits intodavidgiven:masterfrom
jedahan:standalone-app-target
Closed

Expose standalone .app target for osx (macOS)#800
jedahan wants to merge 2 commits intodavidgiven:masterfrom
jedahan:standalone-app-target

Conversation

@jedahan
Copy link

@jedahan jedahan commented Jan 29, 2025

This makes it easier to create a homebrew formula

This makes it easier to create a homebrew formula
build/ab.py Outdated
ins=[srcs[0]],
outs=[destf],
commands=["$(CP) %s %s" % (srcs[0], destf)],
commands=["$(CP) -r %s %s" % (srcs[0], destf)],
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since a .app file is actually a directory this is needed.

davidgiven added a commit that referenced this pull request Aug 19, 2025
@davidgiven
Copy link
Owner

Sorry this took so long to get to --- that's a good idea, but unfortunately it can't be done like that (directories can't be build targets). But I have changed the build system to expose a FluxEngine.app.zip which contains the FluxEngine.app.

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

Successfully merging this pull request may close these issues.

2 participants