mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
fix ci libs
This commit is contained in:
parent
5d2245e609
commit
543eab0065
1 changed files with 2 additions and 0 deletions
|
|
@ -94,6 +94,8 @@ jobs:
|
||||||
command: |
|
command: |
|
||||||
export PATH=/tmp/haxe/:"$PATH"
|
export PATH=/tmp/haxe/:"$PATH"
|
||||||
cd ~/MBHaxe
|
cd ~/MBHaxe
|
||||||
|
sed -i '5i -lib datachannel' build.hxml
|
||||||
|
sed -i '5i -lib colyseus-websocket' build.hxml
|
||||||
haxe Export/android/app/src/main/build.hxml
|
haxe Export/android/app/src/main/build.hxml
|
||||||
mkdir -p Export/android/app/src/main/assets/data
|
mkdir -p Export/android/app/src/main/assets/data
|
||||||
cp -rf data/* Export/android/app/src/main/assets/data
|
cp -rf data/* Export/android/app/src/main/assets/data
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue