update icon to match modern mac styling
This commit is contained in:
12
Makefile
12
Makefile
@@ -1,9 +1,9 @@
|
||||
documentTypes.plist: filetypes/filetypes.go filetypes/cmd/gen.go
|
||||
go generate main.go
|
||||
|
||||
why: main.go filetypes/filetypes.go go.mod go.sum noise.png icon.png
|
||||
go build .
|
||||
|
||||
why.app: why documentTypes.plist
|
||||
go tool appify -author "David Ashby" -id "in.yetaga.why" -name "why" -icon ./icon.png -plist ./documentTypes.plist ./why
|
||||
rm why.app/Contents/README
|
||||
|
||||
documentTypes.plist: filetypes/filetypes.go filetypes/cmd/gen.go
|
||||
go generate main.go
|
||||
|
||||
why: main.go filetypes/filetypes.go go.mod go.sum go.work go.work.sum noise.png icon.png
|
||||
go build .
|
||||
|
Reference in New Issue
Block a user