Skip to content

Commit 824e275

Browse files
committed
🐛 修复打包id问题
1 parent 9b924df commit 824e275

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build/pack.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ delete firefoxManifest.sandbox;
6767
// "script-src 'self' blob:; object-src 'self' blob:";
6868
firefoxManifest.browser_specific_settings = {
6969
gecko: {
70-
id: `${
70+
id: `{${
7171
version.prerelease.length
72-
? "scriptcat-beta@scriptcat.org"
73-
: "scriptcat@scriptcat.org"
74-
}`,
72+
? "44ab8538-2642-46b0-8a57-3942dbc1a33b"
73+
: "8e515334-52b5-4cc5-b4e8-675d50af677d"
74+
}}`,
7575
strict_min_version: "91.1.0",
7676
},
7777
};

0 commit comments

Comments
 (0)