From a0248cb3ed1d0c3c3c5a4f726776ea812620f725 Mon Sep 17 00:00:00 2001 From: Ozan Karaali Date: Sun, 16 Jun 2024 18:18:47 +0200 Subject: [PATCH] this will solve the m-series mac issue hopefully. --- .github/workflows/main.yml | 12 ++++++------ config_manager.py | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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 = {}