mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-19 07:54:59 +01:00
Fix not specifying a target
ie. it should use whatever's detected
This commit is contained in:
parent
79a426b1c0
commit
d82377e2de
@ -77,6 +77,7 @@ async function main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const hakEnvs = targetIds.map(tid => new HakEnv(prefix, packageJson, tid));
|
const hakEnvs = targetIds.map(tid => new HakEnv(prefix, packageJson, tid));
|
||||||
|
if (hakEnvs.length == 0) hakEnvs.push(new HakEnv(prefix, packageJson, null));
|
||||||
const hakEnv = hakEnvs[0];
|
const hakEnv = hakEnvs[0];
|
||||||
|
|
||||||
const deps = {};
|
const deps = {};
|
||||||
|
Loading…
Reference in New Issue
Block a user