mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-13 23:54:48 +01:00
fix certpath arg
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user