mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
this sucks
This commit is contained in:
parent
543eab0065
commit
0828720bf6
1 changed files with 2 additions and 2 deletions
|
|
@ -94,8 +94,8 @@ jobs:
|
|||
command: |
|
||||
export PATH=/tmp/haxe/:"$PATH"
|
||||
cd ~/MBHaxe
|
||||
sed -i '5i -lib datachannel' build.hxml
|
||||
sed -i '5i -lib colyseus-websocket' build.hxml
|
||||
sed -i '5i -lib datachannel' Export/android/app/src/main/build.hxml
|
||||
sed -i '5i -lib colyseus-websocket' Export/android/app/src/main/build.hxml
|
||||
haxe Export/android/app/src/main/build.hxml
|
||||
mkdir -p 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