mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-09-06 13:34:36 +02:00
warehouse aplpha test pass
This commit is contained in:
19
local-build.sh
Executable file
19
local-build.sh
Executable 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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user