1
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:
Govert de Gans 2024-05-12 21:11:55 +02:00 committed by Reece Dunham
parent 50ceb295d5
commit faea36b949
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -1,3 +1,4 @@
@echo off
pushd "%~dp0"
.\nodedist\node.exe chunk0.js tools
PAUSE