Add macOS bundle completion scripts #178
No reviewers
Labels
No Label
RGSS accuracy
bug
compilation
discussion
documentation
duplicate
enhancement
invalid
performance issue
port request
question
ruby incompatibility
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: MapleShrine/mkxp#178
Loading…
Reference in New Issue
No description provided.
Delete Branch "unknown repository"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two scripts I copied from another project of mine to help with completing the macOS bundle. Note: this is heavily dependent on a tool from CMake known as "BundleUtilities" (but trust me, it's worth it to use this, instead of trying to do it all by hand). Essentially, this is to be run after building the app.
Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Forgejo.