mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-05-12 12:50:40 +00:00
Build for x64
This commit is contained in:
parent
4f3dda667c
commit
8f97971632
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ async function buildGUI(buildType: BuildTypes) {
|
|||
function getCommand(buildType: BuildTypes) {
|
||||
switch (buildType) {
|
||||
case 'ubuntu64':
|
||||
return '--linux --arm64';
|
||||
return '--linux --arm64 --x64';
|
||||
case 'windows64':
|
||||
return '--win';
|
||||
case 'macos64':
|
||||
|
|
|
|||
Loading…
Reference in a new issue