Skip to content

Commit

Permalink
Make sure executable files are really +x
Browse files Browse the repository at this point in the history
  • Loading branch information
lighterowl committed Jul 6, 2024
1 parent 2b8f039 commit f27a775
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/package_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ mkdir -p "$appfolder/Contents/Resources"

for i in libcrypto.3.dylib libssl.3.dylib transgui; do
lipo -create -output "$appfolder/Contents/MacOS/$i" transgui_{ppca64,ppcx64}/"$i"
chmod +x "$appfolder/Contents/MacOS/$i"
done

cp lang/transgui.* "$appfolder/Contents/MacOS/lang"
Expand Down

0 comments on commit f27a775

Please sign in to comment.