mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-08-04 07:21:32 -07:00
feat(config): add configuration window (#70)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export function getDefaultMpvSocketPath(platform: NodeJS.Platform = process.platform): string {
|
||||
return platform === 'win32' ? '\\\\.\\pipe\\subminer-socket' : '/tmp/subminer-socket';
|
||||
}
|
||||
Reference in New Issue
Block a user