cert path fix

This commit is contained in:
SpikeHD
2022-05-29 21:14:31 -07:00
parent 95691d8c27
commit 6f5ed86f03
3 changed files with 4 additions and 4 deletions

View File

@@ -106,7 +106,7 @@ export default class ServerLaunchSection extends React.Component<IProps, IState>
})
// Connect to proxy
await invoke('connect', { port: 8365, certificatePath: await dataDir() + '\\ca' })
await invoke('connect', { port: 8365, certificatePath: await dataDir() + '\\cultivation\\ca' })
}
// Launch the program