Update .gitlab-ci.yml

Try and see if this works now with OSX 10.7 deployment target
This commit is contained in:
Autechre 2021-02-15 18:11:05 +01:00 committed by GitHub
parent 5eb4ebb8e3
commit 84815acda4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -325,7 +325,6 @@ 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/
- mv RetroArch.app/Contents/Info_Metal.plist RetroArch.app/Contents/Info.plist
# Update properties within the application properties
- sed -i '' 's/\${EXECUTABLE_NAME}/RetroArch/' RetroArch.app/Contents/Info.plist