Skip to content

Commit

Permalink
Move gamecontrollerdb.txt to shared directory
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Feb 26, 2024
1 parent 429bafe commit 9ead92c
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 @@ -18,7 +18,7 @@ bundle:
cp iconfile.icns $(APP_NAME).app/Contents/Resources/
cp $(TARGET) $(APP_NAME).app/Contents/MacOS/
cp run.sh $(APP_NAME).app/Contents/MacOS/
cp gamecontrollerdb.txt $(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)

dist: clean all bundle
Expand Down

0 comments on commit 9ead92c

Please sign in to comment.