diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bc4699c..f36672e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/config_manager.py b/config_manager.py index 3b67c43..bbecb21 100644 --- a/config_manager.py +++ b/config_manager.py @@ -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 = {}