Skip to content

Commit b88a205

Browse files
Change script to run windows_backup.py instead of launcher.py
1 parent bd94ed8 commit b88a205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@echo off
22
REM Run the Python script using the default Python interpreter
3-
python "%~dp0launcher.py"
4-
pause
3+
python "%~dp0windows_backup.py"
4+
pause

0 commit comments

Comments
 (0)