fix reshade

This commit is contained in:
SpikeHD
2022-07-26 20:59:33 -07:00
parent 0971f5b826
commit 79891238b6
3 changed files with 18 additions and 1 deletions

View File

@@ -115,6 +115,7 @@ export class ExtrasMenu extends React.Component<IProps, IState> {
await invoke('run_command', {
program: config.reshade_path,
args: [await getGameExecutable()],
relative: true,
})
}