[MM-19636] make file names consistent (#1186)
* added jq * add verbose message * add another option for getting the path of npm * use package.json to get desktop version * add componentdownload property as dinamic * fix innertext * add namespace to element * remove v from version
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
- there are any changes in the feature hierarchy (child
|
||||
feature moving out of a parent, or a parent feature getting a new child).
|
||||
-->
|
||||
<Product Id="*" UpgradeCode="8523DAF0-699D-4CC7-9A65-C5E696A9DE6D" Name="Mattermost" Manufacturer="Mattermost, Inc." Language="1033" Codepage="1252" Version="4.1.2">
|
||||
<Product Id="*" UpgradeCode="8523DAF0-699D-4CC7-9A65-C5E696A9DE6D" Name="Mattermost" Manufacturer="Mattermost, Inc." Language="1033" Codepage="1252" Version="0.0.0">
|
||||
<!--
|
||||
perMachine installs the app system wide (ALLUSERS is set to 1)
|
||||
src.: https://www.joyofsetup.com/2008/04/01/new-wix-feature-setting-package-installation-scope/
|
||||
@@ -134,7 +134,10 @@
|
||||
<Property Id="ARPCONTACT">https://pre-release.mattermost.com</Property>
|
||||
<Property Id="ARPHELPLINK">https://docs.mattermost.com/</Property>
|
||||
<Property Id="ARPURLINFOABOUT">https://mattermost.com/</Property>
|
||||
<Property Id="ComponentDownload"><![CDATA[https://releases.mattermost.com/desktop/4.1.2/mattermost-setup-4.1.2-win64.msi]]></Property>
|
||||
<!--
|
||||
Next line will be added by `Makefile.ps1`, leaving it here for reference, as it will be added before constructing the MSI
|
||||
<Property Id="ComponentDownload">https://releases.mattermost.com/desktop/0.0.0/mattermost-desktop-0.0.0-$(var.Platform).msi</Property>
|
||||
-->
|
||||
<Property Id="ADDDESKTOPSHORTCUT">true</Property>
|
||||
<Property Id="ADDSTARTMENUSHORTCUT">true</Property>
|
||||
<UI>
|
||||
|
Reference in New Issue
Block a user