mirror of
https://github.com/xpipe-io/xpipe.git
synced 2025-04-19 02:33:39 +00:00
Fixes [stage]
This commit is contained in:
parent
7f22b248e5
commit
9e7b5a40e5
3 changed files with 4 additions and 4 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
15.0-18
|
||||
15.0-19
|
||||
|
|
Loading…
Add table
Reference in a new issue