Skip to content

Commit 0e80661

Browse files
committed
Update Windows installer version
1 parent 1c63ddd commit 0e80661

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/scripts/package-Windows.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ if [[ $1 == "x64" ]]; then
44
X64BitMode="x64"
55
fi
66

7-
VERSION=0.8.4
7+
VERSION=0.9.0
88

9-
rm -f ./plugdata.wxs
9+
rm -f ./plugdata.wxs
1010
cat > ./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>

0 commit comments

Comments
 (0)