forked from Mudlet/Mudlet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made build script copy mudlet-lua into the package
qmake at this point copies mudlet-lua data into the .app package, and the mac-deploy.sh script successfully packages a .dmg with mudlet-lua inside it. Now all that remains is to adjust Mudlet to look for mudlet-lua when it loads wherever OS X puts it (that needs finding out).
- Loading branch information
Showing
3 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,3 +107,5 @@ src/qrc_mudlet_alpha.cpp | |
|
||
src/mac_src.pro.user* | ||
src/mudlet.app/* | ||
|
||
src/mudlet.dmg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters