From 3b36821681a29be1feeda631a2b4b8334f273157 Mon Sep 17 00:00:00 2001 From: Lurenaud Date: Tue, 7 Feb 2023 19:57:21 +0100 Subject: [PATCH] cleaning --- install.ps1 => scripts/install.ps1 | 0 {installFromZeroScript => scripts}/installFrom0.cmd | 2 +- {installFromZeroScript => scripts}/python_and_git_install.cmd | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename install.ps1 => scripts/install.ps1 (100%) rename {installFromZeroScript => scripts}/installFrom0.cmd (82%) rename {installFromZeroScript => scripts}/python_and_git_install.cmd (100%) diff --git a/install.ps1 b/scripts/install.ps1 similarity index 100% rename from install.ps1 rename to scripts/install.ps1 diff --git a/installFromZeroScript/installFrom0.cmd b/scripts/installFrom0.cmd similarity index 82% rename from installFromZeroScript/installFrom0.cmd rename to scripts/installFrom0.cmd index 6f176b5..5ffaa1d 100644 --- a/installFromZeroScript/installFrom0.cmd +++ b/scripts/installFrom0.cmd @@ -1,5 +1,5 @@ git clone https://git.lurenaud.com/lurenaud/SldwrksExporter.git copy SldwrksExporter\scripts\runExport.cmd runExport.cmd cd SldwrksExporter -powershell -file "install.ps1" +powershell -file "scripts\install.ps1" (goto) 2>nul & del "%~f0" & cmd /c exit /b 10 \ No newline at end of file diff --git a/installFromZeroScript/python_and_git_install.cmd b/scripts/python_and_git_install.cmd similarity index 100% rename from installFromZeroScript/python_and_git_install.cmd rename to scripts/python_and_git_install.cmd