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