mirror of
https://github.com/Pennyw0rth/NetExec
synced 2026-06-06 16:34:30 +00:00
fix quotes because that matters apparently
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
||||
pip install shiv
|
||||
python build_collector.py
|
||||
- name: Build Windows binary
|
||||
if: runner.os == "windows"
|
||||
if: runner.os == 'windows'
|
||||
run: |
|
||||
pip install pyinstaller
|
||||
pyinstaller netexec.spec
|
||||
|
||||
Reference in New Issue
Block a user