Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

pull MSI version from environment #326

Merged
merged 2 commits into from
Nov 11, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wix/windows-connector.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Id="*"
Name="Google Cloud Print Windows Connector"
Language="1033"
Version="0.9.0"
Version="$(env.CONNECTOR_VERSION)"
Manufacturer="Google, Inc."
UpgradeCode="15C3FD61-B03C-4C04-A56D-CD8424C99D7F">
<Package
Expand Down