Skip to content

Commit

Permalink
chmod +x is needed for macOS bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
GyulyVGC committed Jun 8, 2023
1 parent 492b154 commit 614db99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ jobs:
target/${target}/release/bundle/osx/Sniffnet.app/Contents/
cp resources/packaging/macos/graphics/sniffnet.icns \
target/${target}/release/bundle/osx/Sniffnet.app/Contents/Resources/
chmod +x target/${target}/release/sniffnet
cp target/${target}/release/sniffnet \
target/${target}/release/bundle/osx/Sniffnet.app/Contents/MacOS/
cp resources/packaging/macos/wrapper.sh \
Expand Down

0 comments on commit 614db99

Please sign in to comment.