mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-27 05:01:38 +00:00
update ci for mbg
This commit is contained in:
parent
7e89808e70
commit
4eadf91a14
2 changed files with 3 additions and 5 deletions
|
|
@ -339,10 +339,10 @@ jobs:
|
||||||
name: Zip bundle
|
name: Zip bundle
|
||||||
command: |
|
command: |
|
||||||
cd ~/project
|
cd ~/project
|
||||||
7z a MBHaxe-Platinum-Win.zip release/
|
7z a MBHaxe-Gold-Win.zip release/
|
||||||
|
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: ~/project/MBHaxe-Platinum-Win.zip
|
path: ~/project/MBHaxe-Gold-Win.zip
|
||||||
|
|
||||||
|
|
||||||
# Invoke jobs via workflows
|
# Invoke jobs via workflows
|
||||||
|
|
@ -350,8 +350,6 @@ jobs:
|
||||||
workflows:
|
workflows:
|
||||||
say-hello-workflow:
|
say-hello-workflow:
|
||||||
jobs:
|
jobs:
|
||||||
- build
|
|
||||||
|
|
||||||
- build:
|
- build:
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ sed -i "" -e "s/@VERSION@/$1/" "macos-dist/MarbleBlast Gold.app/Contents/Info.pl
|
||||||
# Copy binary
|
# Copy binary
|
||||||
cp native/marblegame "macos-dist/MarbleBlast Gold.app/Contents/MacOS/marblegame" || exit $?
|
cp native/marblegame "macos-dist/MarbleBlast Gold.app/Contents/MacOS/marblegame" || exit $?
|
||||||
# Copy data
|
# 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/"
|
cd "macos-dist/MarbleBlast Gold.app/Contents/MacOS/"
|
||||||
install_name_tool -change ui.hdll @rpath/ui.hdll \
|
install_name_tool -change ui.hdll @rpath/ui.hdll \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue