1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-02 00:15:02 -04:00

Redirect to Mac App Store if brew command-line bundle is started via Finder

This commit is contained in:
Reinhard Pointner 2016-09-16 23:53:54 +08:00
parent ce22dd1c45
commit 88ae6f45f0

View File

@ -1,2 +1,2 @@
#!/bin/sh
/usr/bin/codesign -v /Applications/FileBot.app && /usr/local/bin/filebot || /usr/bin/open macappstore://itunes.apple.com/app/id905384638
/usr/bin/codesign -v /Applications/FileBot.app && /usr/local/bin/filebot || /usr/bin/open "https://itunes.apple.com/us/app/filebot/id905384638?mt=12&uo=6&at=1l3vupy&ct=darwin"