mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
5 lines
213 B
Bash
5 lines
213 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
./node_modules/.bin/electron-packager . --out=dist --platform=linux,win32 --overwrite
|
||
|
|
||
|
#./node_modules/.bin/electron-installer-debian --src dist/trilium-linux-x64/ --dest dist/installers/ --arch amd64
|