diff --git a/Makefile b/Makefile index bec8053..e5762ec 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/go.mod b/go.mod index f7cf98b..b7de6a1 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( ) require ( - git.yetaga.in/alazyreader/appify v0.0.0-20250503185351-c56d5058ecd7 // indirect + git.yetaga.in/alazyreader/appify v0.0.0-20250518181629-2827ce38d998 // indirect github.com/JackMordaunt/icns v1.0.0 // indirect github.com/adrg/xdg v0.5.3 // indirect github.com/dustin/go-humanize v1.0.1 // indirect diff --git a/go.sum b/go.sum index e74056d..58c4aa9 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,7 @@ git.yetaga.in/alazyreader/appify v0.0.0-20250503185351-c56d5058ecd7 h1:LaEQIwrahg2uZhiZFE8syyodmMjKSP6/gtLEiQY3LXo= git.yetaga.in/alazyreader/appify v0.0.0-20250503185351-c56d5058ecd7/go.mod h1:IiKVQ0CCXOttESuneF0yMzNsfUEt9Qyw0WuLBxrJPNQ= +git.yetaga.in/alazyreader/appify v0.0.0-20250518181629-2827ce38d998 h1:zV+1N0NZ6fsQgv6S7Ii6GvOH5Wyqfx4gj2SeQjIrl6I= +git.yetaga.in/alazyreader/appify v0.0.0-20250518181629-2827ce38d998/go.mod h1:jE1npTdHhjzH8SHg76O+mv//PYPxzBC74I2xCL6sj5A= github.com/JackMordaunt/icns v1.0.0 h1:41cNyWyQrG6beMw7m93LFK5o1GhefflsBTkauUkUtG8= github.com/JackMordaunt/icns v1.0.0/go.mod h1:ubRqphS0f2OD07BuNaQSuw9uHUVQNBX5g38n6i2bdqM= github.com/adrg/xdg v0.5.3 h1:xRnxJXne7+oWDatRhR1JLnvuccuIeCoBu2rtuLqQB78=