* fix checking for a tag

* fix ico path

* no need to remove asar.unpack

* fix copy from various sources to same dir
This commit is contained in:
Guillermo Vayá
2021-04-20 12:20:37 +02:00
committed by GitHub
parent 992324f42f
commit b8e2822457
3 changed files with 5 additions and 9 deletions

View File

@@ -131,7 +131,7 @@
</InstallExecuteSequence>
<CustomAction Id="LaunchApp" FileKey="MattermostDesktopEXE" ExeCommand="" Return="asyncNoWait" />
<CustomAction Id="KillApp" Directory="INSTALLDIR" Return="ignore" ExeCommand="&quot;[SystemFolder]taskkill.exe&quot; /F /IM &quot;Mattermost.exe&quot;" />
<Icon Id="Mattermost.ico" SourceFile="../resources/icon.ico" />
<Icon Id="Mattermost.ico" SourceFile="../src/assets/icon.ico" />
<Property Id="ARPPRODUCTICON">Mattermost.ico</Property>
<Property Id="ARPCONTACT">https://pre-release.mattermost.com</Property>
<Property Id="ARPHELPLINK">https://docs.mattermost.com/</Property>