mirror of
https://github.com/zadam/trilium.git
synced 2024-11-12 02:37:39 +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
|