Skip to content

Commit

Permalink
Improve build
Browse files Browse the repository at this point in the history
  • Loading branch information
bitlogik committed Jun 2, 2021
1 parent 26028ee commit 3b2d2fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ It monitors the Pageant queries (from Putty or compatible SSH Windows clients) a
To run from source :

* Python3 >= 3.6
* pyscard
* cryptography
* wxPython 4.1.1
* pyscard 2.0.0
* cryptography 3.4.6

To build the binaries, you need Python 3.8 and Pyinstaller. Start the Build-Windows.bat script in the *package* directory. Output result in the *dist* directory.
4 changes: 2 additions & 2 deletions package/Build-Windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ CD ..
RMDIR /S /Q dist
RMDIR /S /Q build

"%UserProfile%\AppData\Local\Programs\Python\Python38\Python38.exe" -O -m PyInstaller .\package\PIVageant-bld.spec
"%UserProfile%\AppData\Local\Programs\Python\Python38\Python38.exe" -O -m PyInstaller .\package\Genkeys-bld.spec
"%UserProfile%\AppData\Local\Programs\Python\Python38\python.exe" -O -m PyInstaller .\package\PIVageant-bld.spec
"%UserProfile%\AppData\Local\Programs\Python\Python38\python.exe" -O -m PyInstaller .\package\Genkeys-bld.spec

POPD

Expand Down

0 comments on commit 3b2d2fb

Please sign in to comment.