We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e38fc commit 21c2368Copy full SHA for 21c2368
1 file changed
vbNoVS.bat
@@ -1,3 +1,4 @@
1
+rem This batch is to build the VB Wizard ZIP without Visual Studio
2
@echo off
3
%~d0
4
cd /d %~dp0
@@ -24,4 +25,4 @@ copy /Y "%ProjectDir%Template Data\MyTemplate.vstemplate" . > nul
24
25
copy /Y "%ProjectDir%Template Data\MyTemplate - WDExpress.vstemplate" "MyTemplate.vstemplate" > nul
26
"C:\Program Files\WinRAR\WinRAR.exe" a -r "..\%ProjectName%-WD.zip" *.* > nul
27
-pause
28
+pause
0 commit comments