autopkg/apizz-recipes

Tailscale pkg recipe contains incorrect app path

Closed this issue · 1 comments

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>

apizz commented

Fixed in ab3ea56