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

Gatekeeper readme (#545)

* Update dev-desktop-builds.yml

* Add readme text for macOS builds

* Fixed readme formatting
This commit is contained in:
Xenofon Konitsas 2021-10-01 13:26:59 +03:00 committed by GitHub
parent 502c7d9409
commit 306d74a38b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,6 +123,9 @@ jobs:
rm ./build/mac/Pixelorama.zip rm ./build/mac/Pixelorama.zip
- name: Fix application icon 🖼 - name: Fix application icon 🖼
run: sips -s format icns ./build/mac/Pixelorama.app/Contents/Resources/icon.icns --out ./build/mac/Pixelorama.app/Contents/Resources/icon.icns run: sips -s format icns ./build/mac/Pixelorama.app/Contents/Resources/icon.icns --out ./build/mac/Pixelorama.app/Contents/Resources/icon.icns
- name: Add readme text
run: |
printf '%s\n' 'Before running Pixelorama for the first time, make sure to open a Terminal and run:' '' 'xattr -cr /path/to/Pixelorama.app' '' "If you don't, macOS will not let you run Pixelorama and claim it's damaged." "For more info, check disable-gatekeeper.github.io" > ./build/mac/ReadMeFirst.txt
- name: Copy pixelorama_data folder 📁 - name: Copy pixelorama_data folder 📁
run: | run: |
cp -R ./pixelorama_data ./build/mac/Pixelorama.app/Contents/MacOS cp -R ./pixelorama_data ./build/mac/Pixelorama.app/Contents/MacOS