mirror of
https://github.com/zadam/trilium.git
synced 2025-01-15 19:51:57 +08:00
4 lines
76 B
Batchfile
4 lines
76 B
Batchfile
SET DIR=%~dp0
|
|
set NODE_TLS_REJECT_UNAUTHORIZED=0
|
|
cd %DIR%
|
|
start trilium.exe
|