Skip to content

Commit

Permalink
Fixed|Builder: Parsing version number from zipped apps
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Apr 18, 2014
1 parent 993c1d3 commit 5174ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrib/builder/event.py
Expand Up @@ -124,7 +124,7 @@ def version_from_filename(self, name):

def extract_version_from_filename(self, name):
if '_osx' in name:
pos = name.find('_osx') + 6
pos = name.find('_osx') + 4
else:
pos = 0
pos = name.find('_', pos)
Expand Down

0 comments on commit 5174ae7

Please sign in to comment.