소스 검색

chore: update URL to updates.json

Gerald 4 년 전
부모
커밋
b630d97449
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/manifest-helper.js

+ 1 - 1
scripts/manifest-helper.js

@@ -12,7 +12,7 @@ async function buildManifest() {
   const data = await readManifest();
   data.version = getVersion();
   if (process.env.TARGET === 'selfHosted') {
-    data.browser_specific_settings.gecko.update_url = 'https://github.com/violentmonkey/violentmonkey/releases/download/beta/updates.json';
+    data.browser_specific_settings.gecko.update_url = 'https://raw.githubusercontent.com/violentmonkey/violentmonkey/updates/updates.json';
   }
   if (isBeta()) {
     // Do not support i18n in beta version