mirror of
https://github.com/S2-/gitlit
synced 2025-08-02 20:30:05 +02:00
5 lines
102 B
Bash
5 lines
102 B
Bash
#/bin/bash
|
|
rm -rf dist
|
|
mkdir dist
|
|
node_modules/.bin/electron-packager ./app/ gitlit --all --out dist/
|