Closed wegotoeleven closed 1 year ago
The plistreader processor in the Tailscale pkg recipe contains an incorrect path: <string>%pathname%/RedisInsight*.app/Contents/Info.plist</string> This should read: <string>%pathname%/Tailscale.app/Contents/Info.plist</string>
plistreader
<string>%pathname%/RedisInsight*.app/Contents/Info.plist</string>
<string>%pathname%/Tailscale.app/Contents/Info.plist</string>
Fixed in ab3ea56ca8e3bdba1e2cce5351642ef639222a93
The
plistreader
processor in the Tailscale pkg recipe contains an incorrect path:<string>%pathname%/RedisInsight*.app/Contents/Info.plist</string>
This should read:<string>%pathname%/Tailscale.app/Contents/Info.plist</string>