Skip to content

Commit

Permalink
this will solve the m-series mac issue hopefully.
Browse files Browse the repository at this point in the history
  • Loading branch information
ozankaraali committed Jun 16, 2024
1 parent 161f05c commit a0248cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ jobs:
run: |
pip install pyinstaller
pyinstaller qitv-macos.spec
- name: Rename the executable
run: mv dist/qitv.app/Contents/MacOS/qitv dist/qitv.app/Contents/MacOS/qitv_cli
- 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/qitv
# - name: Rename the executable
# run: mv dist/qitv.app/Contents/MacOS/qitv dist/qitv.app/Contents/MacOS/qitv_cli
# - 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/qitv
- name: Ad-Hoc Sign the app
run: codesign --force --deep --sign - dist/qitv.app
- name: Zip macOS App
Expand Down
2 changes: 1 addition & 1 deletion config_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


class ConfigManager:
CURRENT_VERSION = "1.4.2" # Set your current version here
CURRENT_VERSION = "1.4.3" # Set your current version here

def __init__(self):
self.config = {}
Expand Down

0 comments on commit a0248cb

Please sign in to comment.