make right and left navigate; add git commit to plist
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,5 +1,5 @@
|
||||
why.app: why documentTypes.plist
|
||||
go tool appify -author "David Ashby" -id "in.yetaga.why" -name "why" -icon ./icon.png -plist ./documentTypes.plist ./why
|
||||
go tool appify -author "David Ashby" -version `git rev-parse --short HEAD` -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
|
||||
|
Reference in New Issue
Block a user