Skip to content

Commit

Permalink
gh actions macOS 2/n
Browse files Browse the repository at this point in the history
  • Loading branch information
randomlogin committed Sep 5, 2024
1 parent e3030b9 commit bff38ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-macos-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ jobs:
echo $CGO_CFLAGS
echo $CGO_LDFLAGS
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/
./builds/macos/build.sh
ls -l builds/macos
ls -l builds/macos/Fingertip.app/Contents/MacOS
ls -l builds/macos/Fingertip.app/Contents/Frameworks
Expand Down

0 comments on commit bff38ad

Please sign in to comment.