File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Background-Terminal-Setup Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi" >
33 <?include $(sys.CURRENTDIR)\Config.wxi?>
4- <Product Id =" *" Name =" $(var.ProductName)" Language =" 1033" Version =" 1.0 .0.0" Manufacturer =" shaneduffy.io" UpgradeCode =" 983054b1-dfd7-4147-b5cc-fc703cefcc1c" >
4+ <Product Id =" *" Name =" $(var.ProductName)" Language =" 1033" Version =" 1.1 .0.0" Manufacturer =" shaneduffy.io" UpgradeCode =" 983054b1-dfd7-4147-b5cc-fc703cefcc1c" >
55 <Package InstallerVersion =" 200" InstallPrivileges =" elevated" Compressed =" yes" InstallScope =" perMachine" Description =" $(var.ProductName)" />
66
77 <MajorUpgrade DowngradeErrorMessage =" A newer version of Background Terminal is already installed." />
Original file line number Diff line number Diff line change 77 <UseWPF >true</UseWPF >
88 <ApplicationIcon >background-terminal.ico</ApplicationIcon >
99 <Platforms >AnyCPU;x86;x64</Platforms >
10+ <Version >1.1.0</Version >
1011 </PropertyGroup >
1112
1213 <ItemGroup >
You can’t perform that action at this time.
0 commit comments