revert 7z to exe
parent
026d4a4820
commit
e2ed1fea6d
|
|
@ -93245,7 +93245,7 @@ class BaseDistribution {
|
||||||
dataFileName = `win-${osArch}-zip`;
|
dataFileName = `win-${osArch}-zip`;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
dataFileName = `win-${osArch}-7z`;
|
dataFileName = `win-${osArch}-exe`;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
|
|
@ -274,7 +274,7 @@ export default abstract class BaseDistribution {
|
||||||
if (this.nodeInfo.arch === 'arm64') {
|
if (this.nodeInfo.arch === 'arm64') {
|
||||||
dataFileName = `win-${osArch}-zip`;
|
dataFileName = `win-${osArch}-zip`;
|
||||||
} else {
|
} else {
|
||||||
dataFileName = `win-${osArch}-7z`;
|
dataFileName = `win-${osArch}-exe`;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue