Skip to content

Commit

Permalink
Merge pull request #2348 from neilccbrown/move-jdk-21
Browse files Browse the repository at this point in the history
Stop trying to fiddle with the .jsa files on Mac
  • Loading branch information
neilccbrown authored May 10, 2024
2 parents 28e3651 + d263c75 commit 8799bf2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bluej/package/sign-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ echo "Unzip download - done"
# JLI causes problems but is not needed:
rm "$TOP_LEVEL"/Contents/PlugIns/x64/Contents/MacOS/libjli.dylib
# Fix permissions on JSA files, which are read-only by default:
chmod u+w $TOP_LEVEL/Contents/PlugIns/x64/Contents/Home/lib/server/*.jsa
# These files are currently missing due to https://github.com/adoptium/adoptium-support/issues/937
# We should restore this once the files are put back
#chmod u+w $TOP_LEVEL/Contents/PlugIns/x64/Contents/Home/lib/server/*.jsa

# Sign the executable:
echo "Signing BlueJ executable..."
Expand Down

0 comments on commit 8799bf2

Please sign in to comment.