mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-03-01 17:40:59 +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
|
||||
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:
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue