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

Add colocate flag for game bundling on MacOS #159

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Jengamon
Copy link

@Jengamon Jengamon commented Aug 21, 2023

Some game frameworks (well, I only checked Bevy and ggez) want resources to be colocated with the executable to load.

This adds a flag to indicate that resources should be located beside the executable, rather than in it's own directory, and implements that logic for MacOS.

#12 would also resolve this, but until then, this might be a nice middlestop for this usecase.

This pull request was made for discussion on ways to support this specific usecase, and whether this should instead be a MacOS-specific flag or if there's a more general use for this flag.

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.

1 participant