Skip to content

Commit

Permalink
[packaging] Fixup buildall.bat
Browse files Browse the repository at this point in the history
Made directory creation conditional (if not exist)
Removes reference to non-existent file COPYING

Signed-off-by: benyamin-codez <[email protected]>
  • Loading branch information
benyamin-codez committed Dec 5, 2024
1 parent 13de4f0 commit c902a2d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packaging/buildall.bat
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
setlocal

mkdir Install
if not exist .\Install mkdir .\Install
copy ..\viostor\txtsetup-amd64.oem .\Install\
copy ..\viostor\txtsetup-i386.oem .\Install\
copy ..\viostor\disk1 .\Install\

copy ..\COPYING .\Install\
copy ..\LICENSE .\Install\

endlocal
endlocal

0 comments on commit c902a2d

Please sign in to comment.