Skip to content

Commit

Permalink
Add "release-candidate" to filename for daily RC builds, so they don'…
Browse files Browse the repository at this point in the history
…t look so official on the website
  • Loading branch information
jonoomph committed Sep 17, 2018
1 parent 2033873 commit 6b7b56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/build-server.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def parse_version_info(version_path):
github_release = get_release(repo, "daily")
elif git_branch_name == "release":
# Get daily git_release object
openshot_qt_git_desc = "OpenShot-v%s-%d" % (info.VERSION, int(time.time()))
openshot_qt_git_desc = "OpenShot-v%s-release-candidate-%d" % (info.VERSION, int(time.time()))
github_release = get_release(repo, "daily")
elif git_branch_name == "master":
# Get official version release (i.e. v2.1.0, v2.x.x)
Expand Down

0 comments on commit 6b7b56a

Please sign in to comment.