diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-04-01 14:46:11 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-04-01 14:46:11 +1100 |
commit | 14506b1014aa2e5cbc041ff7b6907c5f499a0e10 (patch) | |
tree | 1fc8981c47824b44595a31cb33ae96a9a44186be /scripts/ci | |
parent | 02632b248c9fcf9c71d9099e2ac857d8b3d44393 (diff) |
Add icon in the installer
[skip ci]
Diffstat (limited to 'scripts/ci')
-rw-r--r-- | scripts/ci/windows/assemble.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ci/windows/assemble.bat b/scripts/ci/windows/assemble.bat index c5c7a3f..68532c0 100644 --- a/scripts/ci/windows/assemble.bat +++ b/scripts/ci/windows/assemble.bat @@ -26,5 +26,6 @@ for /f "delims=" %%f in (scripts\ci\windows\files_server.txt) do ( ) set win=windows +if exist %win% rmdir %win% /S /Q xcopy %client% %win% /E /I /Y xcopy %server% %win% /E /I /Y
\ No newline at end of file |