bugfix + better py for win install script
This commit is contained in:
@@ -26,7 +26,7 @@ class UpscalingHandler {
|
|||||||
if ( this.os === 'linux' ) {
|
if ( this.os === 'linux' ) {
|
||||||
baseCommand = './smuL-cli';
|
baseCommand = './smuL-cli';
|
||||||
} else if ( this.os === 'win32' ) {
|
} else if ( this.os === 'win32' ) {
|
||||||
baseCommand = 'smuL-cli';
|
baseCommand = 'smuL-cli.exe';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -3,3 +3,5 @@ curl -o ./pythonInstaller.exe https://www.python.org/ftp/python/3.10.11/python-3
|
|||||||
wine pythonInstaller.exe
|
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