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