Fix staging links

This commit is contained in:
crschnick 2023-09-13 06:36:02 +00:00
parent d629fdddc8
commit 72757331c5
2 changed files with 2 additions and 2 deletions

View file

@ -127,7 +127,7 @@ Uninstall
#region Setup
if ($UseStageDownloads) {
$XPipeRepoUrl = "https://github.com/xpipe-io/xpipe_staging"
$XPipeRepoUrl = "https://github.com/xpipe-io/xpipe-ptb"
} else {
$XPipeRepoUrl = "https://github.com/xpipe-io/xpipe"
}

View file

@ -197,7 +197,7 @@ version=
while getopts 'sv:' OPTION; do
case "$OPTION" in
s)
repo="https://github.com/xpipe-io/xpipe_staging"
repo="https://github.com/xpipe-io/xpipe-ptb"
;;
v)