bugfix + better py for win install script

This commit is contained in:
janis
2023-06-07 08:40:54 +02:00
parent 7ef00cee24
commit d187a70452
2 changed files with 4 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ class UpscalingHandler {
if ( this.os === 'linux' ) {
baseCommand = './smuL-cli';
} else if ( this.os === 'win32' ) {
baseCommand = 'smuL-cli';
baseCommand = 'smuL-cli.exe';
}