From da4f114b9c573c381eba3129eab18d7f8d86a717 Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Sun, 27 Sep 2020 19:32:23 -0400 Subject: [PATCH] Updated Windows build instructions. --- packages/windows_build.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/windows_build.txt b/packages/windows_build.txt index bc564e5..cfe7b9b 100644 --- a/packages/windows_build.txt +++ b/packages/windows_build.txt @@ -12,6 +12,8 @@ On a Windows machine, do the following: 3.) Create the executable with: - pyinstaller -F --icon packages\windows_icon.ico ssh-audit.py + pyinstaller -D --icon packages\windows_icon.ico --add-data policies;policies ssh-audit.py -4.) The 'dist' folder will have the resulting ssh-audit.exe. +4.) Rename the "dist\ssh-audit\" folder to "dist\ssh-audit vX.X.X\" + +5.) Zip the "dist\ssh-audit vX.X.X\" folder and name it "ssh-audit_vX.X.X.zip".