Cleanup OSX installer to have same title as windows installer.
This commit is contained in:
parent
fdf70b7a51
commit
7de8c9b04c
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||||
<installer-gui-script minSpecVersion="1">
|
<installer-gui-script minSpecVersion="1">
|
||||||
<title>{CLISdkBrandName} {CLISdkNugetVersion}</title>
|
<title>{CLISdkBrandName} (x64)</title>
|
||||||
<license file="eula.rtf" mime-type="application/rtf" />
|
<license file="eula.rtf" mime-type="application/rtf" />
|
||||||
<background file="dotnetbackground.png" mime-type="image/png"/>
|
<background file="dotnetbackground.png" mime-type="image/png"/>
|
||||||
<options customize="never" require-scripts="false" />
|
<options customize="never" require-scripts="false" />
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||||
<installer-gui-script minSpecVersion="1">
|
<installer-gui-script minSpecVersion="1">
|
||||||
<title>{SharedFxBrandName} ({SharedFrameworkNugetName} {SharedFrameworkNugetVersion})</title>
|
<title>{SharedFxBrandName} (x64)</title>
|
||||||
<license file="eula.rtf" mime-type="application/rtf" />
|
<license file="eula.rtf" mime-type="application/rtf" />
|
||||||
<background file="dotnetbackground.png" mime-type="image/png"/>
|
<background file="dotnetbackground.png" mime-type="image/png"/>
|
||||||
<options customize="never" require-scripts="false" />
|
<options customize="never" require-scripts="false" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue