mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-24 00:21:11 -04:00
Reformat
This commit is contained in:
@@ -260,7 +260,7 @@ public class XPipeInstallation {
|
||||
String path;
|
||||
if (OsType.getLocal().equals(OsType.WINDOWS)) {
|
||||
var pg = System.getenv("ProgramFiles");
|
||||
var systemPath = Path.of(pg,stage ? "XPipe PTB" : "XPipe");
|
||||
var systemPath = Path.of(pg, stage ? "XPipe PTB" : "XPipe");
|
||||
if (Files.exists(systemPath)) {
|
||||
return systemPath.toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user