Skip to content

Commit

Permalink
Merge pull request #42 from skelsec/main
Browse files Browse the repository at this point in the history
build script name test
  • Loading branch information
skelsec authored Nov 28, 2023
2 parents 3c17e1c + 269e4ba commit 11a020c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder/pyinstaller/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ GOTO :BUILD
cd %repo%\..\
pip install .
cd %repo%\examples
pyinstaller -F msldapclient.py %hiddenimports%
pyinstaller -F msldapbloodhound.py %hiddenimports%
pyinstaller -F msldapclient.py -n msldap %hiddenimports%
pyinstaller -F msldapbloodhound.py -n msldap-bloodhound %hiddenimports%
cd %repo%\examples\dist & copy *.exe %root%
GOTO :CLEANUP

Expand Down

0 comments on commit 11a020c

Please sign in to comment.