create macos app
This commit is contained in:
parent
4884953b32
commit
2ecfef79d3
2 changed files with 67 additions and 0 deletions
1
makefile
1
makefile
|
|
@ -13,6 +13,7 @@ build_macos: bundle
|
|||
set GOARCH=amd64
|
||||
mkdir -p _output/macos
|
||||
go build -tags "sqlite_foreign_keys release macos" -ldflags="-s -w" -o _output/macos/yarr main.go
|
||||
go run scripts/package_macos.go _output/macos
|
||||
|
||||
build_linux: bundle
|
||||
set GOOS=linux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue