update ci for mbg

This commit is contained in:
RandomityGuy 2023-01-07 23:35:57 +05:30
parent 7e89808e70
commit 4eadf91a14
2 changed files with 3 additions and 5 deletions

View file

@ -339,10 +339,10 @@ jobs:
name: Zip bundle
command: |
cd ~/project
7z a MBHaxe-Platinum-Win.zip release/
7z a MBHaxe-Gold-Win.zip release/
- store_artifacts:
path: ~/project/MBHaxe-Platinum-Win.zip
path: ~/project/MBHaxe-Gold-Win.zip
# Invoke jobs via workflows
@ -350,8 +350,6 @@ jobs:
workflows:
say-hello-workflow:
jobs:
- build
- build:
filters:
tags:

View file

@ -17,7 +17,7 @@ sed -i "" -e "s/@VERSION@/$1/" "macos-dist/MarbleBlast Gold.app/Contents/Info.pl
# Copy binary
cp native/marblegame "macos-dist/MarbleBlast Gold.app/Contents/MacOS/marblegame" || exit $?
# Copy data
cp -r data "macos-dist/MarbleBlast Platinum.app/Contents/Resources/" || exit $?
cp -r data "macos-dist/MarbleBlast Gold.app/Contents/Resources/" || exit $?
cd "macos-dist/MarbleBlast Gold.app/Contents/MacOS/"
install_name_tool -change ui.hdll @rpath/ui.hdll \