goodbest/OfficeThinner

可以考虑把对缺失组件的warning处理下么?

galaxy001 opened this issue · 1 comments

The domain/default pair of (/Applications/Microsoft Outlook.app/Contents/Info.plist, CFBundleShortVersionString) does not exist
bash: line 38: [: 15.18: unary operator expected
WARNING: WILL NOT deal with Microsoft Outlook. It is version , but Word is 15.18

没装Outlook的话,$appVersion为空,if [ $wordVersion == $appVersion ]故障。

You can add if [ -d /path/to/app ] statement after line 36.
Can you make a PR? Thanks.