mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 01:45:37 +00:00
add icon to macos app
This commit is contained in:
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
|
||||
cp artwork/icon.png _output/macos/icon.png
|
||||
go run scripts/package_macos.go _output/macos
|
||||
|
||||
build_linux: bundle
|
||||
|
Reference in New Issue
Block a user