Skip to content

Commit

Permalink
fixed another compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
shannah committed Oct 5, 2024
1 parent f3de15d commit fcdd139
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/src/main/java/ca/weblite/jdeploy/JDeploy.java
Original file line number Diff line number Diff line change
Expand Up @@ -1662,7 +1662,6 @@ public void dmg(
String source = System.getenv("JDEPLOY_SOURCE");
bundlerSettings.setSource(source);
}
bundlerSettings.setBundleJVM(true);
File tmpDir = File.createTempFile("jdeploy", "dmg");
tmpDir.delete();
tmpDir.mkdirs();
Expand Down

0 comments on commit fcdd139

Please sign in to comment.