mirror of
https://github.com/zadam/trilium.git
synced 2025-01-10 17:19:37 +08:00
4 lines
80 B
Batchfile
4 lines
80 B
Batchfile
|
SET DIR=%~dp0
|
||
|
SET TRILIUM_DATA_DIR=%DIR%\trilium-data
|
||
|
cd %DIR%
|
||
|
start trilium.exe
|