Skip to content

Commit

Permalink
fix windows artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd authored Jan 28, 2025
1 parent 6376205 commit 6529899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ await $.path("./build").ensureDir();
switch (os) {
case "windows":
await $`script/build.bat`;
await $`cp webview/build/core/Release/webview.dll build/libwebview.dll`;
await $`cp webview/build/core/Release/webview.dll build/webview.dll`;
break;
case "linux":
$.cd("webview");
Expand Down

0 comments on commit 6529899

Please sign in to comment.