From aec138686380e0621a29917aac4f3b3a54667ac2 Mon Sep 17 00:00:00 2001 From: ppkantorski <6467366+ppkantorski@users.noreply.github.com> Date: Mon, 1 Dec 2025 20:37:26 -0800 Subject: [PATCH] Update package.ini - version pulling bug fix --- Alchemist/package.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Alchemist/package.ini b/Alchemist/package.ini index 2c706da..ebcec77 100644 --- a/Alchemist/package.ini +++ b/Alchemist/package.ini @@ -140,11 +140,11 @@ delete ./repos/RELEASE.ini set-ini-val ./include/config.ini '*Update Repos' footer '' set-ini-val ./include/config.ini 'Update All' footer '' -download https://raw.githubusercontent.com/ppkantorski/Mod-Alchemist/refs/heads/main/RELEASE.ini ./RELEASE.ini +download https://raw.githubusercontent.com/ppkantorski/Alchemist/refs/heads/main/RELEASE.ini ./RELEASE.ini ini_file ./RELEASE.ini set-ini-val ./include/config.ini 'Update Alchemist' footer '{ini_file(Release Info,latest_version)}' -download https://raw.githubusercontent.com/ppkantorski/Mod-Alchemist-Repos/refs/heads/main/RELEASE.ini ./repos/RELEASE.ini +download https://raw.githubusercontent.com/ppkantorski/Alchemist-Repos/refs/heads/main/RELEASE.ini ./repos/RELEASE.ini ini_file ./repos/RELEASE.ini set-ini-val ./include/config.ini '*Update Repos' footer '{ini_file(Release Info,latest_version)}' set-ini-val ./include/config.ini 'Update All' footer '{ini_file(Release Info,latest_version)}'