From f7e760867a859856f4096d28bacb868135d46405 Mon Sep 17 00:00:00 2001 From: benyamin-codez <115509179+benyamin-codez@users.noreply.github.com> Date: Mon, 6 Jan 2025 05:37:44 +1100 Subject: [PATCH] [packaging] Remove packaging folder 1. Remove the packaging folder. Refer to PR #1209 for commentary. Signed-off-by: benyamin-codez <115509179+benyamin-codez@users.noreply.github.com> --- packaging/buildall.bat | 11 ----------- packaging/clean.bat | 2 -- 2 files changed, 13 deletions(-) delete mode 100644 packaging/buildall.bat delete mode 100644 packaging/clean.bat diff --git a/packaging/buildall.bat b/packaging/buildall.bat deleted file mode 100644 index 0fdc1d5b2..000000000 --- a/packaging/buildall.bat +++ /dev/null @@ -1,11 +0,0 @@ -setlocal - -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 \ No newline at end of file diff --git a/packaging/clean.bat b/packaging/clean.bat deleted file mode 100644 index ec06c2149..000000000 --- a/packaging/clean.bat +++ /dev/null @@ -1,2 +0,0 @@ -@echo off -call ..\build\clean.bat %*