diff --git a/Cargo.lock b/Cargo.lock index af22ab7..2c6f905 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "polaris" -version = "0.3.0" +version = "0.4.0" dependencies = [ "ape 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "app_dirs 1.1.1 (git+https://github.com/agersant/app-dirs-rs)", diff --git a/Cargo.toml b/Cargo.toml index 303d109..318e731 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polaris" -version = "0.3.0" +version = "0.4.0" authors = ["Antoine Gersant "] [features] diff --git a/build_release_windows.ps1 b/build_release_windows.ps1 index 19f119e..a6e372c 100644 --- a/build_release_windows.ps1 +++ b/build_release_windows.ps1 @@ -25,7 +25,7 @@ Copy-Item .\web\ .\release\tmp\ -recurse "" "Creating installer" candle -wx -ext WixUtilExtension -arch x64 -out .\release\tmp\installer.wixobj .\res\windows\installer\installer.wxs -light -wx -ext WixUtilExtension -ext WixUIExtension -spdb -out .\release\Polaris_0.3.0.msi .\release\tmp\installer.wixobj +light -wx -ext WixUtilExtension -ext WixUIExtension -spdb -out .\release\Polaris_0.4.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 87bbdaa..b823221 100644 --- a/res/windows/installer/installer.wxs +++ b/res/windows/installer/installer.wxs @@ -1,6 +1,6 @@ - +