1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

Fixed issue with data folder (#321) (#324)

* Update dev-desktop-builds.yml

Changed the location of pixelorama_data folder inside application

* Update dev-desktop-builds.yml

Fixed rm command that deleted nonexistent file
This commit is contained in:
Xenofon Konitsas 2020-08-29 21:56:25 +03:00 committed by GitHub
parent 97b6156bfd
commit 5faacf25d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,7 @@ jobs:
curl -O https://downloads.tuxfamily.org/godotengine/${GODOT_VERSION}/Godot_v${GODOT_VERSION}-stable_export_templates.tpz
unzip -a Godot_v${GODOT_VERSION}-stable_export_templates.tpz
mv ./templates/* ~/.local/share/godot/templates/${GODOT_VERSION}.stable
- name: Download Godot headless binary 💾
- name: Download Godot headless binary 🤖
run: |
curl -O https://huskee.cf/files/Godot_v${GODOT_VERSION}-stable_mac_headless.64.zip
unzip -a Godot_v${GODOT_VERSION}-stable_mac_headless.64.zip
@ -112,8 +112,8 @@ jobs:
run: sips -s format icns ./build/mac/Pixelorama.app/Contents/Resources/icon.icns --out ./build/mac/Pixelorama.app/Contents/Resources/icon.icns
- name: Copy pixelorama_data folder 📁
run: |
cp -R ./pixelorama_data ./build/mac
rm ./build/mac/pixelorama_data/.gdignore
cp -R ./pixelorama_data ./build/mac/Pixelorama.app/Contents/MacOS
rm ./build/mac/Pixelorama.app/Contents/MacOS/pixelorama_data/.gdignore
- name: Create DMG archive 🔧
run: hdiutil create -size 70m -srcfolder ./build/mac -volname Pixelorama ./build/mac/Pixelorama.dmg
- name: Upload Artifact 🚀