Skip to content

Commit

Permalink
Fix bundle generation in macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Jan 13, 2024
1 parent 5fd4501 commit e34db2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/macos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bundle:
cp Info.plist $(APP_NAME).app/Contents/
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 $(TARGET) $(APP_NAME).app/Contents/MacOS/
cp run.sh $(APP_NAME).app/Contents/MacOS/
cp gamecontrollerdb.txt $(APP_NAME).app/Contents/MacOS/
install_name_tool -change $(DYLIB_PATH)/$(SDL_DYLIB) @$(APP_NAME).app/Contents/MacOS/$(SDL_DYLIB) $(APP_NAME).app/Contents/MacOS/$(APP_NAME)
Expand Down

0 comments on commit e34db2c

Please sign in to comment.