mirror of
https://github.com/thepeacockproject/Peacock
synced 2025-03-21 00:04:22 +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
packaging
@ -2,5 +2,6 @@
|
|||||||
SET LOG_LEVEL_CONSOLE=info
|
SET LOG_LEVEL_CONSOLE=info
|
||||||
SET LOG_CATEGORY_DISABLED=
|
SET LOG_CATEGORY_DISABLED=
|
||||||
SET LOG_MAX_FILES=14d
|
SET LOG_MAX_FILES=14d
|
||||||
|
pushd "%~dp0"
|
||||||
.\nodedist\node.exe chunk0.js
|
.\nodedist\node.exe chunk0.js
|
||||||
PAUSE
|
PAUSE
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
pushd "%~dp0"
|
||||||
.\nodedist\node.exe chunk0.js tools
|
.\nodedist\node.exe chunk0.js tools
|
||||||
PAUSE
|
PAUSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user