mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01: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
|