Skip to content

Commit

Permalink
#21: trim v from version
Browse files Browse the repository at this point in the history
  • Loading branch information
artemy committed Dec 4, 2024
1 parent 7035193 commit 7cd8192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def build():
plist = plistlib.load(fp)

version = sys.argv[1] if len(sys.argv) > 1 else "unknown"
version = re.sub(r'v(.*)', r'\1', version)

# Modify plist
# Get the UID of the runscript action in the template
Expand Down

0 comments on commit 7cd8192

Please sign in to comment.