Skip to content

Commit

Permalink
ci: fix agent binary packing problem
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-para committed Dec 17, 2024
1 parent 8846f68 commit ca9f1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/binding/NodeJS/scripts/pack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async function main() {
for (const dir of ['minitouch', 'maatouch', 'minicap']) {
await fs.cp(
path.join(assetsPath, 'MAA-win-x86_64', 'share', 'MaaAgentBinary', dir),
path.join(corePackPath, 'agent'),
path.join(corePackPath, 'agent', dir),
{
recursive: true
}
Expand Down

0 comments on commit ca9f1bc

Please sign in to comment.