Skip to content

Commit 876c3d7

Browse files
authored
Merge pull request #65 from Wenzel/fix_broken_process_pool_windows
Fix broken process pool windows
2 parents 4bca4af + e7ebdc7 commit 876c3d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
run: python -m pip install pyinstaller==4.0
133133

134134
- name: Add entrypoint to bypass issue with relative imports in PyInstaller
135-
run: powershell -Command 'Invoke-WebRequest https://gist.githubusercontent.com/Wenzel/e38d227d94f16e026b3aed03ea6a6661/raw/3dc4f9a414ca5a1467e6d6bc22d649ee63db3963/stub.py -OutFile stub.py'
135+
run: powershell -Command 'Invoke-WebRequest https://gist.githubusercontent.com/Wenzel/e38d227d94f16e026b3aed03ea6a6661/raw/383ec56d62c58e444f6c5962ee6940a5c583d341/stub.py -OutFile stub.py'
136136

137137
- name: Build Windows release
138138
run: |

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="checksec.py",
11-
version="0.3.9",
11+
version="0.4.0",
1212
author="Mathieu Tarral",
1313
author_email="[email protected]",
1414
description="Checksec tool implemented in Python",

0 commit comments

Comments
 (0)