mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-03 02:04:56 +08:00
Upgrade to Python 3.13
This commit is contained in:
parent
02fedcebb9
commit
82871139f2
1 changed files with 1 additions and 5 deletions
|
@ -2,17 +2,13 @@
|
|||
|
||||
:: This is an example compiler script
|
||||
|
||||
SET PYTHON64=c:\python312-64\python.exe
|
||||
SET PYTHON64=c:\python313-64\python.exe
|
||||
SET PYTHON32=c:\python37-32\python.exe
|
||||
|
||||
|
||||
cd C:\GIT\npbackup
|
||||
git pull || GOTO ERROR
|
||||
|
||||
:: cd RESTIC_SOURCE_FILES
|
||||
:: cat update_restic.sh | dos2unix | sh
|
||||
:: cd ..
|
||||
|
||||
:: Make sure we add npbackup in python path so bin and npbackup subfolders become packages
|
||||
SET OLD_PYTHONPATH=%PYTHONPATH%
|
||||
SET PYTHONPATH=c:\GIT\npbackup
|
||||
|
|
Loading…
Add table
Reference in a new issue