Skip to content

Commit

Permalink
Merge pull request #423 from jmalak/fix-batch
Browse files Browse the repository at this point in the history
fix minor issue in batch file
  • Loading branch information
davidrg authored Nov 27, 2024
2 parents 83453db + 23708ac commit 767a5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kermit/k95/mkdist.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if not exist dist\users\NUL mkdir dist\users
@echo Move build outputs...
move *.exe dist
if exist *.pdb move *.pdb dist
if exist dist\nullssh.pdb delete dist\nullssh.pdb
if exist dist\nullssh.pdb del dist\nullssh.pdb
if exist k95ssh*.dll move k95ssh*.dll dist
if exist k95crypt.dll move k95crypt.dll dist
copy *.manifest dist
Expand Down

0 comments on commit 767a5fb

Please sign in to comment.