Skip to content

Commit da6ce3c

Browse files
authored
Update dependency installation command in build_exe.cmd
1 parent 1aae8bd commit da6ce3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Deadnet_Attacker/build_exe.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if %errorLevel% neq 0 (
3434

3535
echo [+] Installing/Updating dependencies...
3636
python -m pip install --upgrade pip
37-
python -m pip install -r requirements-webview.txt
37+
python -m pip install -r requirements.txt
3838

3939
if %errorLevel% neq 0 (
4040
echo [ERROR] Failed to install dependencies!

0 commit comments

Comments
 (0)