Skip to content

Commit 3b2d2fb

Browse files
committed
Improve build
1 parent 26028ee commit 3b2d2fb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ It monitors the Pageant queries (from Putty or compatible SSH Windows clients) a
4343
To run from source :
4444

4545
* Python3 >= 3.6
46-
* pyscard
47-
* cryptography
46+
* wxPython 4.1.1
47+
* pyscard 2.0.0
48+
* cryptography 3.4.6
4849

4950
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.

package/Build-Windows.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ CD ..
99
RMDIR /S /Q dist
1010
RMDIR /S /Q build
1111

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

1515
POPD
1616

0 commit comments

Comments
 (0)