Skip to content

Commit

Permalink
Fixes packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
digimezzo committed Aug 10, 2024
1 parent 69700b8 commit 8a7eb58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dopamine.Packager/PackagerConfiguration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Packaging>
<PackageDirectory>C:\Temp\Dopamine</PackageDirectory>
<Installable>
<WixBinDirectory>C:\Program Files (x86)\WiX Toolset v3.11\bin</WixBinDirectory>
<WixBinDirectory>C:\Program Files (x86)\WiX Toolset v3.14\bin</WixBinDirectory>
</Installable>
<Portable>
<Directories>
Expand Down
3 changes: 3 additions & 0 deletions Dopamine/Dopamine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@
<HintPath>..\packages\gong-wpf-dragdrop.1.1.0\lib\net46\GongSolutions.Wpf.DragDrop.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Ionic.Zip">
<HintPath>Libraries\Ionic.Zip.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
Expand Down

0 comments on commit 8a7eb58

Please # to comment.