Update .gitlab-ci.yml

This commit is contained in:
Autechre 2021-02-15 21:33:26 +01:00 committed by GitHub
parent 605af28dd3
commit dad7f372bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -325,6 +325,9 @@ build-retroarch-osx-x64:
- cp -Rv "pkg/apple/OSX/"* "RetroArch.app/Contents"
- cp retroarch RetroArch.app/Contents/MacOS
- cp media/retroarch.icns RetroArch.app/Contents/Resources/
- rm -rvf RetroArch.app/Contents/Info_Metal.plist
- rm -rvf RetroArch.app/Contents/Resources/default.metallib
- rm -rvf RetroArch.app/Contents/Resources/en.lproj/MainMenu_Metal.nib
# Update properties within the application properties
- sed -i '' 's/\${EXECUTABLE_NAME}/RetroArch/' RetroArch.app/Contents/Info.plist