From 306d74a38bd31d028d5868c2738ef5bb1a8d305b Mon Sep 17 00:00:00 2001 From: Xenofon Konitsas <38171523+huskeee@users.noreply.github.com> Date: Fri, 1 Oct 2021 13:26:59 +0300 Subject: [PATCH] Gatekeeper readme (#545) * Update dev-desktop-builds.yml * Add readme text for macOS builds * Fixed readme formatting --- .github/workflows/dev-desktop-builds.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/dev-desktop-builds.yml b/.github/workflows/dev-desktop-builds.yml index edc38de22..743d20a39 100644 --- a/.github/workflows/dev-desktop-builds.yml +++ b/.github/workflows/dev-desktop-builds.yml @@ -123,6 +123,9 @@ jobs: rm ./build/mac/Pixelorama.zip - 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 + - 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 📁 run: | cp -R ./pixelorama_data ./build/mac/Pixelorama.app/Contents/MacOS