warehouse aplpha test pass

This commit is contained in:
cuu
2021-10-24 19:29:20 +08:00
parent 94245a58e8
commit 5cb318cd56
12 changed files with 426 additions and 67 deletions

19
local-build.sh Executable file
View File

@@ -0,0 +1,19 @@
#!/bin/bash
set -x
go build -o app appinstaller/appinstaller.go appinstaller/app_notifier.go
if [ $? -eq 0 ]; then
cp app ~/github/clockworkpi/launchergo
fi
go build -o launchergo main.go mainscreen.go
#go build -ldflags="-s -w" -o main main.go mainscreen.go
if [ $? -eq 0 ]; then
cp launchergo ~/github/clockworkpi/launchergo
fi