Skip to content

Commit

Permalink
fixed App Store list making w/o mas, fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmdnk committed Aug 23, 2016
1 parent 5f7f7f8 commit e7bed88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/brew-file
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ __author__ = "rcmdnk"
__copyright__ = "Copyright (c) 2013 rcmdnk"
__credits__ = ["rcmdnk"]
__license__ = "MIT"
__version__ = "v3.15.3"
__version__ = "v3.15.4"
__date__ = "18/Aug/2016"
__maintainer__ = "rcmdnk"
__email__ = "rcmdnk@gmail.com"
Expand Down Expand Up @@ -1514,7 +1514,6 @@ class BrewFile:
apps_tmp += [
("/".join(x.split("/")[:-3]).split(".app")[0])
for x in glob.glob(d + "/*/Contents/_MASReceipt/receipt")]
apps_tmp += x
# Another method
# Sometime it can't find applications which have not been used?
# (ret, app_tmp) = self.proc(
Expand Down

0 comments on commit e7bed88

Please sign in to comment.