< prev index next >

modules/jdk.packager/src/main/resources/jdk/packager/builders/windows/WindowsAppImageBuilder.properties

Print this page


   1 param.rebrand-executable.name = Rebrand Launcher
   2 param.rebrand-executable.description = Update the launcher with the application icon and update ownership information.
   3 
   4 param.icon-ico.name = .ico Icon
   5 param.icon-ico.description = Icon for the application, in ICO format.
   6 
   7 param.config-root.name=
   8 param.config-root.description=
   9 
  10 error.cannot-create-output-dir=Output directory {0} cannot be created.
  11 error.cannot-write-to-output-dir=Output directory {0} is not writable.
  12 
  13 message.config-save-location=\  Config files are saved to {0}. Use them to customize package.
  14 
  15 resource.executable-properties-template=Template for creating executable properties file.
   1 param.rebrand-executable.name = Rebrand Launcher
   2 param.rebrand-executable.description = Update the launcher with the application icon and update ownership information.
   3 
   4 param.icon-ico.name=.ico Icon
   5 param.icon-ico.description=Icon for the application, in ICO format.
   6 
   7 param.config-root.name=
   8 param.config-root.description=
   9 
  10 error.cannot-create-output-dir=Output directory {0} cannot be created.
  11 error.cannot-write-to-output-dir=Output directory {0} is not writable.
  12 
  13 message.config-save-location=Config files are saved to {0}. Use them to customize package.
  14 
  15 resource.executable-properties-template=Template for creating executable properties file.
< prev index next >