chore: publish from staged

This commit is contained in:
github-actions[bot]
2026-06-24 02:08:52 +00:00
parent 2716f6f5e5
commit 29a6748127
4 changed files with 34 additions and 3 deletions
@@ -104,7 +104,7 @@ export function renderExtensionsHtml(items: RenderableExtension[]): string {
title="Copy install URL"
${installUrl ? "" : "disabled"}
>
Install
Copy URL
</button>
${
sourceUrl
+1 -1
View File
@@ -291,7 +291,7 @@ function setupActionHandlers(list: HTMLElement | null): void {
}
const success = await copyToClipboard(installUrl);
showToast(
success ? "Install URL copied!" : "Failed to copy install URL",
success ? "Extension URL copied!" : "Failed to copy extension URL",
success ? "success" : "error"
);
return;