We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926e06e commit 0e3d43fCopy full SHA for 0e3d43f
appbundler/src/com/oracle/appbundler/AppBundlerTask.java
@@ -274,7 +274,7 @@ public void execute() throws BuildException {
274
File executableFile = new File(macOSDirectory, EXECUTABLE_NAME);
275
copy(getClass().getResource(executableFile.getName()), executableFile);
276
277
- executableFile.setExecutable(true);
+ executableFile.setExecutable(true, false);
278
279
// Copy runtime to PlugIns folder
280
copyRuntime(plugInsDirectory);
0 commit comments