mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-10 11:31:03 +00:00
Move ptb auth file
This commit is contained in:
@@ -32,7 +32,7 @@ public class XPipeInstallation {
|
||||
}
|
||||
|
||||
public static Path getLocalBeaconAuthFile() {
|
||||
return Path.of(System.getProperty("java.io.tmpdir"), "xpipe_auth");
|
||||
return Path.of(System.getProperty("java.io.tmpdir"), isStaging() ? "xpipe_ptb_auth" : "xpipe_auth");
|
||||
}
|
||||
|
||||
public static String createExternalAsyncLaunchCommand(
|
||||
|
||||
Reference in New Issue
Block a user