mirror of
https://gitee.com/goploy/goploy.git
synced 2024-11-29 18:57:59 +08:00
3 lines
189 B
Batchfile
3 lines
189 B
Batchfile
:: you should install CompileDaemon first
|
|
:: go get github.com/githubnemo/CompileDaemon
|
|
CompileDaemon -build="go build -o goploy.exe main.go" -command="goploy.exe" -exclude-dir="repository" |