Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopperDEL <github_com@tparth.de>2020-06-30 17:44:04 +0300
committerGitHub <noreply@github.com>2020-06-30 17:44:04 +0300
commitdd5a5f6c75b3edbda2529ff13fe90a52288395b4 (patch)
treee4d47ea1277000ca40b29eb10f2a7c3c08aa3d81 /Installer
parente04adbedd7f66b7642892a908f22eda8ffabe510 (diff)
Update WixInstaller.wixproj
Diffstat (limited to 'Installer')
-rw-r--r--Installer/Windows/WixInstaller.wixproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/Installer/Windows/WixInstaller.wixproj b/Installer/Windows/WixInstaller.wixproj
index 1816c1245..092c90d59 100644
--- a/Installer/Windows/WixInstaller.wixproj
+++ b/Installer/Windows/WixInstaller.wixproj
@@ -67,7 +67,7 @@
</WixExtension>
</ItemGroup>
<ItemGroup>
- <BinFiles Include="..\Duplicati\**" Exclude="..\**\*.pdb;..\**\SVGIcons\**\*.*;..\**\OSX Icons\**\*.*;..\**\lvm-scripts\**\*.*;..\**\storj_uplink.so;..\**\storj_uplink.dylib" />
+ <BinFiles Include="..\Duplicati\**" Exclude="..\**\*.pdb;..\**\SVGIcons\**\*.*;..\**\OSX Icons\**\*.*;..\**\lvm-scripts\**\*.*;..\**\libstorj_uplink.so;..\**\storj_uplink.dylib" />
</ItemGroup>
<Import Project="$(WixTargetsPath)" />
<Target Name="BeforeBuild">
@@ -76,4 +76,4 @@
</Target>
<Target Name="AfterBuild">
</Target>
-</Project> \ No newline at end of file
+</Project>