mirror of
https://github.com/zadam/trilium.git
synced 2025-01-09 16:49:11 +08:00
5 lines
65 B
Batchfile
5 lines
65 B
Batchfile
|
SET DIR=%~dp0
|
||
|
SET TRILIUM_SAFE_MODE=1
|
||
|
cd %DIR%
|
||
|
start trilium.exe
|