File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
src/main/java/io/github/fvarrui/javapackager/packagers Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 66
77import org .apache .commons .lang3 .StringUtils ;
88
9- import io .github .fvarrui .javapackager .utils .FileUtils ;
109import io .github .fvarrui .javapackager .utils .Logger ;
1110import io .github .fvarrui .javapackager .utils .VelocityUtils ;
1211
@@ -55,13 +54,8 @@ protected void doCreateAppStructure() throws Exception {
5554 @ Override
5655 public File doCreateApp () throws Exception {
5756
58- Logger .infoIndent ("Creating windows EXE ..." );
57+ Logger .infoIndent ("Creating windows EXE ... with " + getWinConfig (). getExeCreationTool () );
5958
60- // copies JAR to app folder
61- if (!winConfig .isWrapJar ()) {
62- FileUtils .copyFileToFolder (jarFile , appFolder );
63- }
64-
6559 // generates manifest file to require administrator privileges from velocity template
6660 manifestFile = new File (assetsFolder , name + ".exe.manifest" );
6761 VelocityUtils .render ("windows/exe.manifest.vtl" , manifestFile , this );
You can’t perform that action at this time.
0 commit comments