Skip to content

Commit

Permalink
Small windows packaging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolcl committed Nov 16, 2019
1 parent ffe6288 commit 222b192
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@ target_wrapper.*
# QtCreator CMake
CMakeLists.txt.user*
barnatrees.txt
*.msm
windowsmsi/Components.wxs
windowsmsi/.vs/
windowsmsi/bin/
windowsmsi/obj/
windowsmsi/x64/
4 changes: 3 additions & 1 deletion windowsmsi/BarcelonaTrees.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
<OutputPath>bin\$(Configuration)\</OutputPath>
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
<DefineConstants>Debug</DefineConstants>
<DefineConstants>Debug;SourceDir=$(SolutionDir)$(Platform)</DefineConstants>
<WixVariables>
</WixVariables>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
<OutputPath>bin\$(Configuration)\</OutputPath>
Expand Down

0 comments on commit 222b192

Please sign in to comment.