update appify
This commit is contained in:
1
Makefile
1
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"
|
# 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
|
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
|
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
|
documentTypes.plist: filetypes/*.go filetypes/cmd/*.go
|
||||||
go generate main.go
|
go generate main.go
|
||||||
|
2
go.mod
2
go.mod
@@ -11,7 +11,7 @@ require (
|
|||||||
)
|
)
|
||||||
|
|
||||||
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/JackMordaunt/icns v1.0.0 // indirect
|
||||||
github.com/adrg/xdg v0.5.3 // indirect
|
github.com/adrg/xdg v0.5.3 // indirect
|
||||||
github.com/dustin/go-humanize v1.0.1 // indirect
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
||||||
|
2
go.sum
2
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 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-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 h1:41cNyWyQrG6beMw7m93LFK5o1GhefflsBTkauUkUtG8=
|
||||||
github.com/JackMordaunt/icns v1.0.0/go.mod h1:ubRqphS0f2OD07BuNaQSuw9uHUVQNBX5g38n6i2bdqM=
|
github.com/JackMordaunt/icns v1.0.0/go.mod h1:ubRqphS0f2OD07BuNaQSuw9uHUVQNBX5g38n6i2bdqM=
|
||||||
github.com/adrg/xdg v0.5.3 h1:xRnxJXne7+oWDatRhR1JLnvuccuIeCoBu2rtuLqQB78=
|
github.com/adrg/xdg v0.5.3 h1:xRnxJXne7+oWDatRhR1JLnvuccuIeCoBu2rtuLqQB78=
|
||||||
|
Reference in New Issue
Block a user