mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
The variable is called this thing now
This commit is contained in:
parent
40dc1d9384
commit
f58532b556
@ -69,8 +69,8 @@ async function main(args) {
|
||||
|
||||
if (version === undefined) version = await versionFromAsar();
|
||||
|
||||
if (setPkg) setDebVersion(ver);
|
||||
if (setDeb) setDebVersion(ver);
|
||||
if (setPkg) setDebVersion(version);
|
||||
if (setDeb) setDebVersion(version);
|
||||
}
|
||||
|
||||
if (require.main === module) {
|
||||
|
Loading…
Reference in New Issue
Block a user