diff --git a/allpac/update.sh b/allpac/update.sh index 75a709e..be469d2 100644 --- a/allpac/update.sh +++ b/allpac/update.sh @@ -3,7 +3,7 @@ # Define the repository, binary path, and version URL REPO_URL="https://git.pixelridgesoftworks.com/PixelRidge-Softworks/AllPac.git" BINARY_PATH="$HOME/.allpac/bin/allpac" -VERSION_URL="https://git.pixelridgesoftworks.com/PixelRidge-Softworks/AllPac/raw/branch/main/.version" +VERSION_URL="https://git.pixelridgesoftworks.com/PixelRidge-Softworks/AllPac/raw/branch/main/cmd/.version" # Step 1: Check the current version of AllPac local_version=$(allpac version 2>/dev/null)