mirror of
https://github.com/thepeacockproject/Peacock
synced 2024-11-29 09:15:11 +01:00
Edit StartServer.cmd/Tools.cmd to fix running as admin or from unc path
This commit is contained in:
parent
50ceb295d5
commit
faea36b949
@ -2,5 +2,6 @@
|
||||
SET LOG_LEVEL_CONSOLE=info
|
||||
SET LOG_CATEGORY_DISABLED=
|
||||
SET LOG_MAX_FILES=14d
|
||||
pushd "%~dp0"
|
||||
.\nodedist\node.exe chunk0.js
|
||||
PAUSE
|
||||
|
@ -1,3 +1,4 @@
|
||||
@echo off
|
||||
pushd "%~dp0"
|
||||
.\nodedist\node.exe chunk0.js tools
|
||||
PAUSE
|
||||
|
Loading…
Reference in New Issue
Block a user