From a765c5369a679e0ca250c0d387c5c82ea0ada3d5 Mon Sep 17 00:00:00 2001 From: Ryan Luu Date: Sun, 1 Mar 2026 22:27:14 -0800 Subject: [PATCH] Add Wally repository key Add the repository to the Wally package manifest file so Wally displays the repository --- wally.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/wally.toml b/wally.toml index b1334bd..930baa2 100644 --- a/wally.toml +++ b/wally.toml @@ -5,6 +5,7 @@ license = "MPL2" version = "3.4.0" registry = "https://github.com/UpliftGames/wally-index" realm = "shared" +repository = "https://github.com/1ForeverHD/TopbarPlus" exclude = [ "**", ]