mirror of
https://github.com/agersant/polaris
synced 2024-11-10 10:14:12 +00:00
Fixed powershell syntax
This commit is contained in:
parent
f9f69cd55c
commit
b413125a46
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1534,7 +1534,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "polaris"
|
||||
version = "0.12.0-wip42"
|
||||
version = "0.12.0-wip43"
|
||||
dependencies = [
|
||||
"anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"ape 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "polaris"
|
||||
version = "0.12.0-wip42"
|
||||
version = "0.12.0-wip43"
|
||||
authors = ["Antoine Gersant <antoine.gersant@lesforges.org>"]
|
||||
edition = "2018"
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ Copy-Item .\docs\swagger .\release\tmp\swagger -recurse
|
|||
""
|
||||
"Inserting version number in installer config"
|
||||
[xml]$wxs = Get-Content .\res\windows\installer\installer.wxs
|
||||
$wxs.Wix.Product.UpdateAttribute("Version", $POLARIS_VERSION)
|
||||
$wxs.Wix.Product.SetAttribute("Version", $POLARIS_VERSION)
|
||||
$wxs.Save('.\res\windows\installer\installer.wxs')
|
||||
|
||||
""
|
||||
|
|
Loading…
Reference in a new issue