File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ if [[ $1 == "x64" ]]; then
44 X64BitMode=" x64"
55fi
66
7- VERSION=0.8.4
7+ VERSION=0.9.0
88
9- rm -f ./plugdata.wxs
9+ rm -f ./plugdata.wxs
1010cat > ./plugdata.wxs << -EOL
1111<?xml version="1.0"?>
1212<?define ProductVersion = "$VERSION " ?>
@@ -25,7 +25,7 @@ cat > ./plugdata.wxs <<-EOL
2525<?endif ?>
2626<Wix
2727 xmlns="http://schemas.microsoft.com/wix/2006/wi">
28- <Product Id="*" UpgradeCode="\$ (var.ProductUpgradeCode)"
28+ <Product Id="*" UpgradeCode="\$ (var.ProductUpgradeCode)"
2929 Name="plugdata" Version="\$ (var.ProductVersion)" Manufacturer="Timothy Schoen" Language="1033">
3030 <Package InstallerVersion="200" Compressed="yes" Comments="Windows Installer Package"/>
3131 <Media Id="1" Cabinet="product.cab" EmbedCab="yes"/>
@@ -52,9 +52,9 @@ cat > ./plugdata.wxs <<-EOL
5252 <Directory Id="ProgramMenuFolder">
5353 <Directory Id="ProgramMenuSubfolder" Name="plugdata">
5454 <Component Id="STANDALONE_SHORTCUTS" Guid="8f2ac8c2-b3bc-4d3c-8097-b62b5eed28ae">
55- <Shortcut Id="ApplicationShortcut1" Name="plugdata" Description="plugdata"
55+ <Shortcut Id="ApplicationShortcut1" Name="plugdata" Description="plugdata"
5656 Target="[INSTALLDIR]plugdata.exe" WorkingDirectory="INSTALLDIR"/>
57- <RegistryValue Root="HKCU" Key="Software\plugdata\plugdata"
57+ <RegistryValue Root="HKCU" Key="Software\plugdata\plugdata"
5858 Name="installed" Type="integer" Value="1" KeyPath="yes"/>
5959 <RemoveFolder Id="ProgramMenuSubfolder" On="uninstall"/>
6060 </Component>
You can’t perform that action at this time.
0 commit comments