mirror of
https://github.com/zadam/trilium.git
synced 2025-02-01 12:00:17 +08:00
5 lines
76 B
Batchfile
5 lines
76 B
Batchfile
|
SET DIR=%~dp0
|
||
|
set NODE_TLS_REJECT_UNAUTHORIZED=0
|
||
|
cd %DIR%
|
||
|
start trilium.exe
|