We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6eb7b commit b545481Copy full SHA for b545481
ArtifactBuild.cmd
@@ -1,6 +1,6 @@
1
@echo off
2
pushd "%~dp0"
3
-powershell Compress-7Zip "x64\Release" -ArchiveFileName "PointCloudConverterX64.zip" -Format Zip
+powershell Compress-7Zip "Bin\Release" -ArchiveFileName "PointCloudConverterX64.zip" -Format Zip
4
:exit
5
popd
6
@echo on
0 commit comments