Skip to content

Commit

Permalink
build: prefix v in uploader script
Browse files Browse the repository at this point in the history
  • Loading branch information
VerteDinde committed Oct 27, 2022
1 parent 07530f8 commit f1767cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release/uploaders/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
SRC_DIR, ELECTRON_DIR, TS_NODE


ELECTRON_VERSION = get_electron_version()
ELECTRON_VERSION = 'v' + get_electron_version()

PROJECT_NAME = get_electron_branding()['project_name']
PRODUCT_NAME = get_electron_branding()['product_name']
Expand Down

0 comments on commit f1767cf

Please sign in to comment.