src/jdk.jpackage/windows/classes/jdk/jpackage/internal/WindowsAppImageBuilder.java
branchJDK-8200758-branch
changeset 58414 a5f66aa04f68
parent 58302 718bd56695b3
child 58647 2c43b89b1679
equal deleted inserted replaced
58360:fd45b7e2c027 58414:a5f66aa04f68
   185             IOUtils.writableOutputDir(root);
   185             IOUtils.writableOutputDir(root);
   186             IOUtils.writableOutputDir(binDir);
   186             IOUtils.writableOutputDir(binDir);
   187         } catch (PackagerException pe) {
   187         } catch (PackagerException pe) {
   188             throw new RuntimeException(pe);
   188             throw new RuntimeException(pe);
   189         }
   189         }
       
   190         AppImageFile.save(root, params);
   190 
   191 
   191         // create the .exe launchers
   192         // create the .exe launchers
   192         createLauncherForEntryPoint(params);
   193         createLauncherForEntryPoint(params);
   193 
   194 
   194         // copy the jars
   195         // copy the jars