Skip to content

Commit

Permalink
Publish version xmlnotepad_2.9.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
clovett committed Sep 27, 2023
1 parent 2aea484 commit 84da0e0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/PublishDrop.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ if "%TargetDir%"=="" (

echo SrcDir=%SrcDir%
set "DropDir=%SrcDir%drop"
set "HelpDir=%SrcDir%drop\Help"
set "SamplesDir=%SrcDir%drop\samples"

if exist "!DropDir!" (
Expand All @@ -22,7 +21,6 @@ if exist "!DropDir!" (
echo Creating directories...
mkdir "!DropDir!"
mkdir "!DropDir!\runtimes"
mkdir "!HelpDir!"
mkdir "!SamplesDir!"

echo TargetDir=!TargetDir!
Expand All @@ -36,11 +34,6 @@ echo Copying updates to !RawTarget! and drop directory...
xcopy /y "%SrcDir%Updates\*" "!RawTarget!"
xcopy /y "%SrcDir%Updates\*" "!DropDir!"

echo Copying help to !HelpDir! and %RawTarget%Help...
xcopy /s /y "%SrcDir%Application\Help" "!HelpDir!"
if not exist "%RawTarget%\Help" mkdir "%RawTarget%Help"
xcopy /s /y "%SrcDir%Application\Help" "%RawTarget%Help"

echo Copying samples to !SamplesDir!...
xcopy /y "%SrcDir%Application\Samples\*.*" "!SamplesDir!"

Expand Down

0 comments on commit 84da0e0

Please sign in to comment.