Skip to content

Commit 1ff6e60

Browse files
committed
Update script
1 parent d2ff3b9 commit 1ff6e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow-build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def build_workflow(workflow_dir, outputdir, overwrite=False, verbose=False,
250250
name = safename(info['name'])
251251
zippath = os.path.join(outputdir, name)
252252
if version:
253-
zippath = '{}-{}'.format(zippath, version)
253+
zippath = '{}-v{}'.format(zippath, version)
254254

255255
zippath += '.alfredworkflow'
256256

0 commit comments

Comments
 (0)