From b615816c7175eeec29f917b16c8a689d8da906a6 Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Sun, 20 Nov 2016 17:50:35 -0800 Subject: [PATCH] Updated version number and install script for 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- build_release_windows.ps1 | 2 +- res/windows/installer/installer.wxs | 15 ++++++++++++++- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8708e4..f2fcb3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "polaris" -version = "0.1.0" +version = "0.2.0" dependencies = [ "ape 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 96ad31d..4640995 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polaris" -version = "0.1.0" +version = "0.2.0" authors = ["Antoine Gersant "] [features] diff --git a/build_release_windows.ps1 b/build_release_windows.ps1 index 6291865..d52a057 100644 --- a/build_release_windows.ps1 +++ b/build_release_windows.ps1 @@ -24,7 +24,7 @@ Copy-Item .\web\ .\release\tmp\ -recurse "" "Creating installer" candle -wx -arch x64 -out .\release\tmp\installer.wixobj .\res\windows\installer\installer.wxs -light -wx -spdb -ext WixUIExtension -out .\release\Polaris_0.1.0.msi .\release\tmp\installer.wixobj +light -wx -spdb -ext WixUIExtension -out .\release\Polaris_0.2.0.msi .\release\tmp\installer.wixobj "Cleaning up" Remove-Item -Recurse .\release\tmp diff --git a/res/windows/installer/installer.wxs b/res/windows/installer/installer.wxs index 20a094d..3967097 100644 --- a/res/windows/installer/installer.wxs +++ b/res/windows/installer/installer.wxs @@ -1,9 +1,21 @@ - + + + + + + + + + + SELFFOUND + NEWERFOUND + + @@ -93,6 +105,7 @@ +