< prev index next >

modules/jdk.packager/src/main/resources/com/oracle/tools/packager/windows/WinAppBundler.properties

Print this page

        

*** 2,19 **** bundler.description=A Directory based image of a windows Application with an optionally co-bundled JRE. Used as a base for the Installer bundlers param.config-root.name= param.config-root.description= ! param.raw-executable-url.name = Launcher URL ! param.raw-executable-url.description = Override the packager default launcher with a custom launcher. ! param.rebrand-executable.name = Rebrand Launcher ! param.rebrand-executable.description = Update the launcher with the application icon and update ownership information. ! param.icon-ico.name = .ico Icon ! param.icon-ico.description = Icon for the application, in ICO format. resource.application-icon=application icon error.parameters-null=Parameters map is null. error.parameters-null.advice=Pass in a non-null parameters map. --- 2,19 ---- bundler.description=A Directory based image of a windows Application with an optionally co-bundled JRE. Used as a base for the Installer bundlers param.config-root.name= param.config-root.description= ! param.raw-executable-url.name=Launcher URL ! param.raw-executable-url.description=Override the packager default launcher with a custom launcher. ! param.rebrand-executable.name=Rebrand Launcher ! param.rebrand-executable.description=Update the launcher with the application icon and update ownership information. ! param.icon-ico.name=.ico Icon ! param.icon-ico.description=Icon for the application, in ICO format. resource.application-icon=application icon error.parameters-null=Parameters map is null. error.parameters-null.advice=Pass in a non-null parameters map.
*** 24,32 **** error.cannot-create-output-dir=Output directory {0} cannot be created. error.cannot-write-to-output-dir=Output directory {0} is not writable. message.creating-app-bundle=Creating app bundle\: {0} in {1} message.result-dir=Result application bundle\: {0} ! message.config-save-location=\ Config files are saved to {0}. Use them to customize package. message.disable-bit-architecture-check=Disabled check for bit architecture mismatch. message.jvm-user-arg-is-null=WARNING\: a jvmuserarg has a null name or value ! message.icon-not-ico= The specified icon "{0}" is not an ICO file and will not be used. The default icon will be used in it's place. --- 24,32 ---- error.cannot-create-output-dir=Output directory {0} cannot be created. error.cannot-write-to-output-dir=Output directory {0} is not writable. message.creating-app-bundle=Creating app bundle\: {0} in {1} message.result-dir=Result application bundle\: {0} ! message.config-save-location=Config files are saved to {0}. Use them to customize package. message.disable-bit-architecture-check=Disabled check for bit architecture mismatch. message.jvm-user-arg-is-null=WARNING\: a jvmuserarg has a null name or value ! message.icon-not-ico=The specified icon "{0}" is not an ICO file and will not be used. The default icon will be used in it's place.
< prev index next >