mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-18 08:16:07 +00:00
5 lines
111 B
Batchfile
5 lines
111 B
Batchfile
@echo off
|
|
cd /d %~dp0
|
|
set PYTHONPATH=%PYTHONPATH%;%~dp0\..\seahub\thirdpart
|
|
start python py/upgrade_5.0_5.1.py
|