mirror of
https://github.com/zadam/trilium.git
synced 2025-03-14 08:43:48 +08:00
9 lines
No EOL
265 B
Bash
Executable file
9 lines
No EOL
265 B
Bash
Executable file
#!/bin/bash
|
|
|
|
rm -r dist/*
|
|
|
|
./node_modules/.bin/electron-rebuild
|
|
|
|
./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 |