Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
lighterowl committed Jul 6, 2024
2 parents 430b9d0 + f27a775 commit 9c5e57a
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 9c5e57a

Please sign in to comment.