I think things are pretty good

This commit is contained in:
2023-12-01 10:57:15 -06:00
parent ff58d1ddf4
commit 0fc78d4b4c
8 changed files with 65 additions and 69 deletions

View File

@@ -2,12 +2,8 @@
helperbot:
go build -o build/helperbot *.go
plugins:
./buildplugins.sh
package:
go build -o build/helperbot *.go
./buildplugins.sh
cp helperbot.service build/
cd build && tar -zcvf helperbot.tgz *