mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +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
|