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 505a2d8 commit 64e3a85Copy full SHA for 64e3a85
setup/app_installer.bat
@@ -1,6 +1,6 @@
1
:Copy .\qvs\* to .\packages\noumenon\data\ firstly.
2
if not exist .\packages\noumenon\data\qvs.exe (
3
-xcopy /y .\qvs\* .\packages\noumenon\data\
+xcopy /e /y .\qvs\* .\packages\noumenon\data\
4
)
5
binarycreator --offline-only -c config.xml -p packages qvs
6
@pause
0 commit comments