Skip to content

Commit

Permalink
Package dependencies in correct dir
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed May 23, 2020
1 parent 303a9a5 commit 7a99763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platforms/macos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ APP_NAME=Gearsystem

bundle:
rm -rf $(APP_NAME).app
mkdir -p $(APP_NAME).app/Contents/{MacOS,Resources}
mkdir -p $(APP_NAME).app/Contents/{MacOS,Resources,Frameworks}
cp Info.plist $(APP_NAME).app/Contents/
cp $(DYLIB_PATH)/$(SDL_DYLIB) $(APP_NAME).app/Contents/MacOS/
cp $(DYLIB_PATH)/$(SDL_DYLIB) $(APP_NAME).app/Contents/Frameworks/
cp iconfile.icns $(APP_NAME).app/Contents/Resources/
cp $(EXE) $(APP_NAME).app/Contents/MacOS/
cp run.sh $(APP_NAME).app/Contents/MacOS/
Expand Down

0 comments on commit 7a99763

Please sign in to comment.