mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
4 lines
111 B
Batchfile
4 lines
111 B
Batchfile
@echo off
|
|
cd /d %~dp0
|
|
set PYTHONPATH=%PYTHONPATH%;%~dp0\..\seahub\thirdpart
|
|
start python py/upgrade_2.1_3.0.py
|