noisyfox
8 years ago
1 changed files with 4 additions and 0 deletions
@ -0,0 +1,4 @@ |
|||
@echo off |
|||
If Not Exist "userapiconfig.py" Copy "apiconfig.py" "userapiconfig.py" |
|||
If Not Exist "user-config.json" Copy "config.json" "user-config.json" |
|||
If Not Exist "usermysql.json" Copy "mysql.json" "usermysql.json" |
Loading…
Reference in new issue