mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 05:08:26 +02:00
Update build.ts
This commit is contained in:
2
build.ts
2
build.ts
@@ -102,5 +102,5 @@ console.log('Building: ', values['version']);
|
|||||||
|
|
||||||
const config = {};
|
const config = {};
|
||||||
for (const target of buildTargets) {
|
for (const target of buildTargets) {
|
||||||
await build(target, values['version'], config);
|
await build(target, values['version']!!, config);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user