Commit 250bc916 authored by Auto Backup's avatar Auto Backup

build

parent 1492ff5b
......@@ -153,7 +153,8 @@ async function main() {
console.log("ISCC.exe completed.");
console.log("Script execution completed successfully.");
await copyFiles(src, PUBLISH_DIR, ['resources']);
await copyFiles(`${src}\\resources`, PUBLISH_DIR, []);
await copyFiles(`${src}\\cpas-apps`, PUBLISH_DIR, []);
} catch (error) {
console.error("An error occurred:", error);
}
......
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