Commit 420fc88a authored by Auto Backup's avatar Auto Backup

Merge branch 'zt' of http://git.youdatasum.com/ljg/cpas6-install into zt

parents 5140bb8f 56740195
......@@ -149,7 +149,7 @@ async function main() {
// Run ISCC to compile the installer
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("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