mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
Fix the set-version script
Call the right function to set package version and await
This commit is contained in:
parent
18dbad4e8c
commit
67a4c99907
@ -69,8 +69,8 @@ async function main(args) {
|
||||
|
||||
if (version === undefined) version = await versionFromAsar();
|
||||
|
||||
if (setPkg) setDebVersion(version);
|
||||
if (setDeb) setDebVersion(version);
|
||||
if (setPkg) await setPackageVersion(version);
|
||||
if (setDeb) await setDebVersion(version);
|
||||
}
|
||||
|
||||
if (require.main === module) {
|
||||
|
Loading…
Reference in New Issue
Block a user