Skip to content

Commit 3468a06

Browse files
committed
Fix download URL embedded in Windows installer.
1 parent 268f3de commit 3468a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/msi/bundle/bundle.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" TreatAsLocalProperty="DownloadUrl">
33
<PropertyGroup>
44
<SchemaVersion>2.0</SchemaVersion>
55
<OutputType>Bundle</OutputType>

0 commit comments

Comments
 (0)