diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 754f5fa..2b3faef 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -74,7 +74,7 @@ jobs: - name: Create launcher script run: | printf '#!/bin/bash\nopen -n "$(dirname "$0")/qitv_cli"\n' > dist/qitv.app/Contents/MacOS/qitv - chmod +x dist/qitv.app/Contents/MacOS/qit + chmod +x dist/qitv.app/Contents/MacOS/qitv - name: Ad-Hoc Sign the app run: codesign --force --deep --sign - dist/qitv.app - name: Zip macOS App