Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit a0bf8ba

Browse files
Revert "Update index.ts (#677)"
This reverts commit 1f4203d.
1 parent b3170c2 commit a0bf8ba

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cli/src/commands/build/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,7 @@ export default class BuildCommand extends BaseCommand {
8282
return;
8383
}
8484
let buildTool = path.join(vi.getSdkPath(app.sdk, version), "modus-go-build");
85-
if (os.platform() === "win32"){
86-
buildTool += ".exe";
87-
buildTool = '"' + buildTool + '"';
88-
}
85+
if (os.platform() === "win32") buildTool += ".exe";
8986
if (!(await fs.exists(buildTool))) {
9087
this.logError("Modus Go Build tool is not installed");
9188
return;

0 commit comments

Comments
 (0)