From 6f6f349cce85bff8d1547aeacba7567770132732 Mon Sep 17 00:00:00 2001 From: frysee Date: Mon, 2 Mar 2026 22:32:22 +0100 Subject: [PATCH] Fix: reroute updater pak url after we vendored it in --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 9b7bf1d2a..ac5139426 100644 --- a/makefile +++ b/makefile @@ -38,7 +38,7 @@ RELEASE_NAME ?= $(RELEASE_BASE)-$(RELEASE_DOT) VENDOR_DEST := ./build/VENDOR/Tools PACKAGE_URL_MAPPINGS := \ "https://github.com/UncleJunVIP/nextui-pak-store/releases/latest/download/Pak.Store.pakz nextui.pak_store.pakz" \ - "https://github.com/frysee/nextui-updater-pak/releases/latest/download/nextui.updater.pakz nextui.updater.pakz" + "https://github.com/LoveRetro/nextui-updater-pak/releases/latest/download/nextui.updater.pakz nextui.updater.pakz" # add more URLs as needed ###########################################################