From d99b32a65148a1073395174340f7977156b9314a Mon Sep 17 00:00:00 2001 From: Alexander Shevtsov <1616179+randomlogin@users.noreply.github.com> Date: Thu, 5 Sep 2024 15:22:43 +0200 Subject: [PATCH] gh actions macOS 1/n --- .github/workflows/build-macos-reusable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-macos-reusable.yml b/.github/workflows/build-macos-reusable.yml index 19bb48ed..608539c5 100644 --- a/.github/workflows/build-macos-reusable.yml +++ b/.github/workflows/build-macos-reusable.yml @@ -79,8 +79,10 @@ jobs: chmod +x builds/macos/Fingertip.app/Contents/MacOS/hnsd dylibbundler -od -b -x builds/macos/Fingertip.app/Contents/MacOS/hnsd -d builds/macos/Fingertip.app/Contents/Frameworks -p @executable_path/../Frameworks/ ./builds/macos/build.sh + dylibbundler -od -b -x builds/macos/Fingertip.app/Contents/MacOS/fingertip -d builds/macos/Fingertip.app/Contents/Frameworks -p @executable_path/../Frameworks/ ls -l builds/macos ls -l builds/macos/Fingertip.app/Contents/MacOS + ls -l builds/macos/Fingertip.app/Contents/Frameworks - name: Create DMG working-directory: ./builds/macos