build: remove dlls from windows deploy package

* no dlls required anymore since we removed the setup.exe earlier which was the only C++ binary requiring those dlls.
This commit is contained in:
malte_langkabel
2017-05-18 10:15:35 +02:00
parent 83356e58ee
commit 655e0f15b0
87 changed files with 0 additions and 1 deletions
-1
View File
@@ -35,5 +35,4 @@ candle.exe -dProductVersion="$VERSION_STRING" -dProductGuid="$PRODUCT_GUID" -arc
light.exe -ext WixUIExtension build/sourcetrail.wixobj build/customActions.wixobj build/dialogShortcuts.wixobj build/installDir.wixobj build/appDataDir.wixobj -out build/sourcetrail.msi > build/linkLog.txt
cp -u -r build/sourcetrail.msi $OUTPUT_DIR
cp -u -r lib/$WIN_ARCH/* $OUTPUT_DIR
cp -u -r readme.txt $OUTPUT_DIR
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.