Fix .version path at remote

Signed-off-by: Connor C <ceo@pixelridgesoftworks.com>
This commit is contained in:
Connor C 2024-01-07 19:59:36 -07:00
parent 8e81a96403
commit 660e9d5a56

View File

@ -3,7 +3,7 @@
# Define the repository, binary path, and version URL # Define the repository, binary path, and version URL
REPO_URL="https://git.pixelridgesoftworks.com/PixelRidge-Softworks/AllPac.git" REPO_URL="https://git.pixelridgesoftworks.com/PixelRidge-Softworks/AllPac.git"
BINARY_PATH="$HOME/.allpac/bin/allpac" 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 # Step 1: Check the current version of AllPac
local_version=$(allpac version 2>/dev/null) local_version=$(allpac version 2>/dev/null)