Skip to content

Commit

Permalink
Merge pull request #11 from jmerlan/patch-1
Browse files Browse the repository at this point in the history
use xcopy rather than copy
  • Loading branch information
jeremytammik authored Feb 17, 2020
2 parents 9b95be3 + c53fa47 commit 0f99d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ cd cs
..\zip\zip.exe -r "%F%" *
cd ..
echo Copying C# wizard archive to %D%\Visual C#...
copy "%F%" "%D%\Visual C#"
xcopy "%F%" "%D%\Visual C#\"
set "F=%TEMP%\Revit2020AddinWizardVb0.zip"
echo Creating VB wizard archive %F%...
cd vb
..\zip\zip.exe -r "%F%" *
cd ..
echo Copying VB wizard archive to %D%\Visual Basic...
copy "%F%" "%D%\Visual Basic"
xcopy "%F%" "%D%\Visual Basic\"
:exit

0 comments on commit 0f99d99

Please sign in to comment.