mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-01 18:31:31 +08:00
Missing quotes
This commit is contained in:
parent
9b217a5b82
commit
4971619b69
@ -16,7 +16,7 @@ chcp 65001
|
|||||||
:: Get Current Trilium executable directory and compute data directory
|
:: Get Current Trilium executable directory and compute data directory
|
||||||
SET DIR=%~dp0
|
SET DIR=%~dp0
|
||||||
set NODE_TLS_REJECT_UNAUTHORIZED=0
|
set NODE_TLS_REJECT_UNAUTHORIZED=0
|
||||||
cd %DIR%
|
cd "%DIR%"
|
||||||
start trilium.exe
|
start trilium.exe
|
||||||
GOTO END
|
GOTO END
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ chcp 65001
|
|||||||
:: Get Current Trilium executable directory and compute data directory
|
:: Get Current Trilium executable directory and compute data directory
|
||||||
SET DIR=%~dp0
|
SET DIR=%~dp0
|
||||||
SET TRILIUM_DATA_DIR=%DIR%\trilium-data
|
SET TRILIUM_DATA_DIR=%DIR%\trilium-data
|
||||||
cd %DIR%
|
cd "%DIR%"
|
||||||
start trilium.exe
|
start trilium.exe
|
||||||
GOTO END
|
GOTO END
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ chcp 65001
|
|||||||
:: Get Current Trilium executable directory and compute data directory
|
:: Get Current Trilium executable directory and compute data directory
|
||||||
SET DIR=%~dp0
|
SET DIR=%~dp0
|
||||||
SET TRILIUM_SAFE_MODE=1
|
SET TRILIUM_SAFE_MODE=1
|
||||||
cd %DIR%
|
cd "%DIR%"
|
||||||
start trilium.exe --disable-gpu
|
start trilium.exe --disable-gpu
|
||||||
GOTO END
|
GOTO END
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user