We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aae8bd commit da6ce3cCopy full SHA for da6ce3c
Deadnet_Attacker/build_exe.cmd
@@ -34,7 +34,7 @@ if %errorLevel% neq 0 (
34
35
echo [+] Installing/Updating dependencies...
36
python -m pip install --upgrade pip
37
-python -m pip install -r requirements-webview.txt
+python -m pip install -r requirements.txt
38
39
if %errorLevel% neq 0 (
40
echo [ERROR] Failed to install dependencies!
0 commit comments