diff --git a/install_windows.ps1 b/install_windows.ps1 index 6030ebc..2cc5ed8 100644 --- a/install_windows.ps1 +++ b/install_windows.ps1 @@ -40,6 +40,6 @@ pip install pyinstaller # Build the project Write-Output "Building the project..." -pyinstaller -F app.py +pyinstaller -F Porn_Fetch.py Write-Output "Done!"