actualitzat makefile per a macos

director fix: nom de variable en MACOS_BUNDLE
actualitzat info.plist
This commit is contained in:
2025-08-10 22:35:34 +02:00
parent 98cd87e2f0
commit 45919eabab
5 changed files with 4 additions and 246 deletions

View File

@@ -179,8 +179,8 @@ macos_release:
# Copia carpetas y ficheros
cp -R data "$(RELEASE_FOLDER)/$(APP_NAME).app/Contents/Resources"
cp -R release/SDL3.framework "$(RELEASE_FOLDER)/$(APP_NAME).app/Contents/Frameworks"
cp -R release/SDL3.framework Frameworks
cp -R release/frameworks/SDL3.xcframework "$(RELEASE_FOLDER)/$(APP_NAME).app/Contents/Frameworks"
cp -R release/frameworks/SDL3.xcframework Frameworks
cp release/*.icns "$(RELEASE_FOLDER)/$(APP_NAME).app/Contents/Resources"
cp release/Info.plist "$(RELEASE_FOLDER)/$(APP_NAME).app/Contents"
cp LICENSE "$(RELEASE_FOLDER)"