Skip to content

Commit

Permalink
Fix windows build, bump to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loriopatrick committed Sep 22, 2023
1 parent d5b123d commit e38a794
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [
]

[workspace.package]
version = "0.12.0"
version = "0.13.0"

[workspace.dependencies]
tokio = { version = "1.32", features = ["full"] }
Expand Down
3 changes: 2 additions & 1 deletion packages/agent_cli/wix/main.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
Codepage="1252"
Version="$(var.Version)">

<Package Id="70879fbf-3765-49cf-b519-dfdab0df8be4"
<Package Id="*"
Keywords="Installer"
Manufacturer="Developed Methods LLC"
InstallerVersion="450"
Expand All @@ -80,6 +80,7 @@

<MajorUpgrade
Schedule="afterInstallInitialize"
AllowDowngrades="no"
DowngradeErrorMessage="A newer version of [ProductName] is already installed. Setup will now exit."/>

<Media Id="1" Cabinet="media1.cab" EmbedCab="yes" DiskPrompt="CD-ROM #1"/>
Expand Down

0 comments on commit e38a794

Please sign in to comment.