From 29b70f62e09a4d705216797d9370ff8ffbadce60 Mon Sep 17 00:00:00 2001 From: ZomoXYZ Date: Mon, 6 Jun 2022 15:01:55 -0500 Subject: [PATCH] changed support url --- dist/optifine-download-links.user.js | 4 ++-- esbuild.mjs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/optifine-download-links.user.js b/dist/optifine-download-links.user.js index c5ea566..a2d58c0 100644 --- a/dist/optifine-download-links.user.js +++ b/dist/optifine-download-links.user.js @@ -5,8 +5,8 @@ // @version 1.0 // @description automatically grab optifine links through the ads // @downloadURL https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/optifine-download-links.zomo.js -// @supportURL https://git.zomo.dev/zomo/browser-scripts/ -// @homepageURL https://git.zomo.dev/zomo/browser-scripts/ +// @supportURL https://git.zomo.dev/zomo/browser-scripts/issues +// @homepageURL https://git.zomo.dev/zomo/browser-scripts // ==/UserScript== // scripts/optifine-download-links/main.ts var onhover = false; diff --git a/esbuild.mjs b/esbuild.mjs index 655a373..d924109 100644 --- a/esbuild.mjs +++ b/esbuild.mjs @@ -7,7 +7,7 @@ import { writeFileSync, } from 'fs' -const BaseUrl = `https://git.zomo.dev/zomo/browser-scripts/` +const BaseUrl = `https://git.zomo.dev/zomo/browser-scripts` const FileUrl = name => `https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/${name}.zomo.js` @@ -40,7 +40,7 @@ function MetadataArgs(name) { grant: '', injectinto: '', downloadURL: FileUrl(name), - supportURL: BaseUrl, + supportURL: `${BaseUrl}/issues`, homepageURL: BaseUrl, unwrap: false, }