bugfix + better py for win install script
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -2,4 +2,6 @@ curl -o ./pythonInstaller.exe https://www.python.org/ftp/python/3.10.11/python-3
|
||||
|
||||
wine pythonInstaller.exe
|
||||
|
||||
wine python -m pip install pyinstaller
|
||||
wine python -m pip install pyinstaller
|
||||
|
||||
printf '\n\n==> Done installing python for windows\n\n'
|
||||
Reference in New Issue
Block a user