Skip to content

Commit 361b2a6

Browse files
authored
🚀 Setup
refactor(setup): ✨ Standardize project structure and naming This commit refactors the setup script to improve project organization and branding. - Renames the main installation directory from `scripts` to `pyclone`. - Updates the list of moved files to include `pyclone.py` and the `version` file. - Creates `run_pyclone.bat` as the new launcher to match the project name. - Updates all internal paths and final user instructions to reflect the changes.
1 parent 45b2eec commit 361b2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎setup.bat‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ echo 'requests' installed successfully.
7070
echo.
7171

7272
:: --- Step 5: Create the Launcher Batch File ---
73-
echo [5/5] Creating the launcher script (run_backup.bat)...
73+
echo [5/5] Creating the launcher script (run_pyclone.bat)...
7474
(
7575
echo @"%DEST_DIR%\venv\Scripts\python.exe" "%DEST_DIR%\pyclone.py"
7676
) > "%DEST_DIR%\run_pyclone.bat"

0 commit comments

Comments
 (0)