fix certpath arg

This commit is contained in:
SpikeHD
2022-05-29 21:10:38 -07:00
parent e99bea7a15
commit 95691d8c27
2 changed files with 2 additions and 2 deletions

View File

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