update appify

This commit is contained in:
2025-05-18 14:17:55 -04:00
parent 4f951537c8
commit abed19b789
3 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
# make does not handle last-modified dates on folders very well, so instead we use the inner binary as the "target"
why.app/Contents/MacOS/why.app: why documentTypes.plist
go tool appify -author "David Ashby" -version `git rev-parse --short HEAD` -id "in.yetaga.why" -name "why" -icon ./media/icon.png -plist ./documentTypes.plist ./why
rm why.app/Contents/README
documentTypes.plist: filetypes/*.go filetypes/cmd/*.go
go generate main.go