mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-08-18 23:08:01 +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_1.7_1.8.py
|