Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
build: prefix version in uploader script (electron#36169)
Browse files Browse the repository at this point in the history
build: prefix v in uploader script
  • Loading branch information
VerteDinde authored and khalwa committed Feb 22, 2023
1 parent c2d0e4a commit 2f91657
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 2f91657

Please sign in to comment.