SomberNight
3 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
contrib/build-wine/prepare-wine.sh
|
|
@ -105,6 +105,6 @@ info "Building PyInstaller." |
|
|
|
[[ -e "PyInstaller/bootloader/Windows-$PYINST_ARCH/runw.exe" ]] || fail "Could not find runw.exe in target dir!" |
|
|
|
) || fail "PyInstaller build failed" |
|
|
|
info "Installing PyInstaller." |
|
|
|
$WINE_PYTHON -m pip install --no-dependencies --no-warn-script-location ./pyinstaller |
|
|
|
$WINE_PYTHON -m pip install --no-dependencies --no-build-isolation --no-warn-script-location ./pyinstaller |
|
|
|
|
|
|
|
info "Wine is configured." |
|
|
|