We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459d82b commit e127f4dCopy full SHA for e127f4d
make.js
@@ -4,7 +4,7 @@ import { platform } from "os";
4
5
const run = (cmd) => execSync(cmd, { stdio: "inherit" });
6
7
-const binPath = platform() === "win32" ? ".\\build\\float.exe" : ".\\build\\float";
+const binPath = platform() === "win32" ? ".\\build\\float.exe" : "./build/float";
8
9
// Clean build directory
10
rmSync("./build", { recursive: true, force: true });
0 commit comments