Update Gitea URLs to git.hisora.dev/Dawnsorrow/HS-Rename.

Align release script, Gear Lever docs, and remote with the new host and repo name.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Bulk Renamer
2026-07-03 16:57:25 -05:00
co-authored by Cursor
parent 70a0ff0e84
commit 682e76de2f
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
set -euo pipefail
cd "$(dirname "$0")"
GITEA_HOST="${GITEA_HOST:-http://brassnet.ddns.net:33983}"
GITEA_HOST="${GITEA_HOST:-https://git.hisora.dev}"
GITEA_OWNER="${GITEA_OWNER:-Dawnsorrow}"
GITEA_REPO="${GITEA_REPO:-HS-Rename}"
APP_IMAGE="HSRename.AppImage"