chore: update extension uninstall URL and fix missing onboarding restart translations

This commit is contained in:
Timo
2026-06-14 05:02:31 +02:00
parent 77793c8c6e
commit 503c7d6dc4
23 changed files with 90 additions and 48 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ function copyExtensionFiles(targetDir, browserName) {
const uStart = '// --- UNINSTALL_URL_INJECT_START ---';
const uEnd = '// --- UNINSTALL_URL_INJECT_END ---';
const uPattern = new RegExp(`${uStart}[\\s\\S]+?${uEnd}`);
const placeholderUrl = "https://example.com/uninstall-placeholder"; // TODO: Replace me
const placeholderUrl = "https://bye.koalastuff.net/c/camp_99ztjRVbK1BNN2RU";
let uRep = `${uStart}\n // This block is automatically updated by /scripts/build-extension.js\n`;
uRep += ` const UNINSTALL_URL = "${placeholderUrl}";\n`;