Skip to content

Commit 45efee1

Browse files
committed
Revert "try to remove python signature because of this pyinstaller/pyinstaller#5062 (comment)"
This reverts commit b83ab9a.
1 parent b83ab9a commit 45efee1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@ jobs:
8383
- name: Build macOS
8484
if: matrix.os == 'macos-10.15'
8585
working-directory: ${{ env.MCUBOOT_PATH }}/scripts/
86-
run: |
87-
codesign --remove-signature Python
88-
pyinstaller --osx-entitlements-file ${{ env.IMGTOOL_PACKING_PATH }}/entitlements.plist --onefile main.py -n ${{ env.PROJECT_NAME }}
86+
run: pyinstaller --osx-entitlements-file ${{ env.IMGTOOL_PACKING_PATH }}/entitlements.plist --onefile main.py -n ${{ env.PROJECT_NAME }}
8987

9088
- name: Package
9189
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)