Fixes [stage]

This commit is contained in:
crschnick 2025-01-31 06:20:58 +00:00
parent 7f22b248e5
commit 9e7b5a40e5
3 changed files with 4 additions and 4 deletions

View file

@ -169,9 +169,9 @@ public class XPipeInstallation {
if (OsType.getLocal().equals(OsType.MACOS)) {
return path.getParent().getParent().getParent().toString();
} else if (OsType.getLocal().equals(OsType.LINUX)) {
return path.getParent().getParent().toString();
return path.getParent().toString();
} else {
return path.getParent().getParent().toString();
return path.getParent().toString();
}
}

View file

@ -185,6 +185,6 @@ Write-Host "$ProductName has been successfully installed. You should be able to
Write-Host
# Use absolute path as we can't assume that the user has selected to put XPipe into the Path
& "$env:LOCALAPPDATA\$ProductName\cli\bin\xpipe.exe" open
& "$env:LOCALAPPDATA\$ProductName\bin\xpipe.exe" open
#endregion Install XPipe

View file

@ -1 +1 @@
15.0-18
15.0-19