Commit 56740195 authored by 李金钢's avatar 李金钢

Update build.js

parent 394f041c
...@@ -148,7 +148,7 @@ async function main() { ...@@ -148,7 +148,7 @@ async function main() {
// Run ISCC to compile the installer // Run ISCC to compile the installer
console.log("Running ISCC.exe..."); console.log("Running ISCC.exe...");
await execCommand(`D:/InnoSetup6/ISCC.exe "${dest}${iss}"`); await execCommand(`ISCC.exe "${dest}${iss}"`);
console.log("ISCC.exe completed."); console.log("ISCC.exe completed.");
console.log("Script execution completed successfully."); console.log("Script execution completed successfully.");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment