File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132
132
run : python -m pip install pyinstaller==4.0
133
133
134
134
- 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'
136
136
137
137
- name : Build Windows release
138
138
run : |
Original file line number Diff line number Diff line change 8
8
9
9
setuptools .setup (
10
10
name = "checksec.py" ,
11
- version = "0.3.9 " ,
11
+ version = "0.4.0 " ,
12
12
author = "Mathieu Tarral" ,
13
13
14
14
description = "Checksec tool implemented in Python" ,
You can’t perform that action at this time.
0 commit comments