File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 9898 <file path =" ${compiler:installer:mediaRoot}/../governance/branding/icons/oie_logo_only_white_background_128x128.png" />
9999 </iconImageFiles >
100100 </launcher >
101+ <launcher name =" oiecommand" id =" 140" menuName =" ${compiler:sys.fullName}" >
102+ <executable name =" ${compiler:sys.shortName}command" iconSet =" true" redirectStderr =" false" executableMode =" console" executionLevel =" requireAdministrator" />
103+ <java mainClass =" com.mirth.connect.cli.launcher.CommandLineLauncher" >
104+ <classPath >
105+ <archive location =" mirth-cli-launcher.jar" failOnError =" false" />
106+ </classPath >
107+ </java >
108+ <vmOptionsFile mode =" none" />
109+ <iconImageFiles >
110+ <file path =" ${compiler:installer:mediaRoot}/../governance/branding/icons/oie_logo_only_white_background_128x128.png" />
111+ </iconImageFiles >
112+ </launcher >
101113 </launchers >
102114 <installerGui >
103115 <applications >
@@ -808,9 +820,16 @@ return console.askYesNo(message, true);
808820 <launcher id =" 56" />
809821 </excludedLaunchers >
810822 </windows >
823+ <windowsArchive name =" Windows x64 Archive" id =" 153" mediaFileName =" ${compiler:sys.shortName}_${compiler:sys.platform}_${compiler:sys.version}" architecture =" 64" >
824+ <jreBundle jreBundleSource =" none" />
825+ </windowsArchive >
826+ <windowsArchive name =" Windows ARM Archive" id =" 167" mediaFileName =" ${compiler:sys.shortName}_${compiler:sys.platform}_${compiler:sys.version}" architecture =" arm64" >
827+ <jreBundle jreBundleSource =" none" />
828+ </windowsArchive >
811829 </mediaSets >
812830 <buildIds >
813831 <mediaSet refId =" 43" />
814- <mediaSet refId =" 130" />
832+ <mediaSet refId =" 151" />
833+ <mediaSet refId =" 153" />
815834 </buildIds >
816835</install4j >
You can’t perform that action at this time.
0 commit comments