提交 a3a96d21 编写于 作者: J Jonathan Thomas

Fixing regex to match file pattern (was excluding the x86 trailing pattern)

上级 2b9e5273
......@@ -39,7 +39,7 @@ from build_server import output, run_command, error, truncate, zulip_upload_log,
errors_detected, log, version_info, parse_version_info
PATH = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) # Primary openshot folder
RELEASE_NAME_REGEX = re.compile(r'^OpenShot-v.*?(-.*?)\.')
RELEASE_NAME_REGEX = re.compile(r'^OpenShot-v.*?(-.*?-x86[_64]*)')
# Access info class (for version info)
sys.path.append(os.path.join(PATH, 'src', 'classes'))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册