mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-05-10 19:41:39 +00:00
fix paths
This commit is contained in:
parent
c420e0a80d
commit
a6627e92bd
1 changed files with 2 additions and 2 deletions
|
|
@ -91,8 +91,8 @@ jobs:
|
||||||
export PATH=/tmp/haxe/:"$PATH"
|
export PATH=/tmp/haxe/:"$PATH"
|
||||||
cd ~/MBHaxe
|
cd ~/MBHaxe
|
||||||
haxe Export/android/app/src/main/build.hxml
|
haxe Export/android/app/src/main/build.hxml
|
||||||
mkdir Export/android/app/src/assets/data
|
mkdir -p Export/android/app/src/main/assets/data
|
||||||
cp -rf data/* Export/android/app/src/assets/data
|
cp -rf data/* Export/android/app/src/main/assets/data
|
||||||
cd Export/android
|
cd Export/android
|
||||||
chmod +x gradlew
|
chmod +x gradlew
|
||||||
./gradlew
|
./gradlew
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue