File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 77
77
# sign libsnappyjava.jnilib inside snappy-java.jar
78
78
signExecutableInsideJar " .*/snappy-java.*\.jar$" " libsnappyjava.jnilib" " .*/libsnappyjava\.jnilib$"
79
79
80
+ # sign libjnidispatch.jnilib.jnilib inside jna.jar
81
+ signExecutableInsideJar " .*/jna-\d+.*\.jar$" " libjnidispatch.jnilib.jnilib" " .*/libjnidispatch\.jnilib$"
82
+
80
83
# Sign the app
81
84
ls -la ${dir} /${destination_folder_name} /SpringToolSuite4.app/
82
85
codesign --verbose --deep --force --timestamp --entitlements " ${entitlements} " --options=runtime --keychain " ${KEYCHAIN} " -s " ${MACOS_CERTIFICATE_ID} " ${dir} /${destination_folder_name} /SpringToolSuite4.app
Original file line number Diff line number Diff line change 15
15
steps :
16
16
- name : Notarization Logs
17
17
run : |
18
- xcrun notarytool log ${{ inputs.id }} --apple-id ${{ secrets.AC_USERNAME }} --team-id ${{ secrets.APPLE_TEAM_ID }} --password ${{ secrets.AC_PASSWORD }}
18
+ xcrun notarytool log ${{ inputs.id }} --apple-id ${{ secrets.VMWARE_APPLE_USER }} --team-id ${{ secrets.VMWARE_APPLE_TEAM_ID }} --password ${{ secrets.VMWARE_APPLE_PASSWORD }}
You can’t perform that action at this time.
0 commit comments