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