Skip to content

Commit

Permalink
macOSX: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gorouflex authored Aug 1, 2024
1 parent ea87716 commit a07a205
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions macOS/UXTU4Unix.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@
import plistlib
from configparser import ConfigParser

# Constants
LOCAL_VERSION = "0.3.03"
LOCAL_VERSION = "0.3.04"
LATEST_VERSION_URL = "https://github.com/HorizonUnix/UXTU4Unix/releases/latest"
GITHUB_API_URL = "https://api.github.com/repos/HorizonUnix/UXTU4Unix/releases/latest"
current_dir = os.path.dirname(os.path.realpath(__file__))
command_file = os.path.join(current_dir, 'UXTU4Unix.command')
command_file_name = os.path.basename(command_file)
CONFIG_PATH = os.path.join(current_dir, 'Assets', 'config.ini')

# Setup Logging
log_dir = os.path.join(current_dir, 'Logs')
os.makedirs(log_dir, exist_ok=True)
logging.basicConfig(
Expand All @@ -34,7 +32,6 @@
)
logging.getLogger().addHandler(logging.StreamHandler())

# Load Configurations
cfg = ConfigParser()
cfg.read(CONFIG_PATH)

Expand Down Expand Up @@ -757,13 +754,13 @@ def about():
while True:
clear()
logging.info("About UXTU4Unix")
logging.info("The New Future Vision Update (3MacOSX290724)")
logging.info("The New Vision Update (3MacOSX040824)")
logging.info("----------------------------")
logging.info("Maintainer: GorouFlex\nCLI: GorouFlex")
logging.info("GUI: NotchApple1703\nCore: NotchApple1703")
logging.info("Advisor: NotchApple1703")
logging.info("dmidecode for macOS: Acidanthera")
logging.info("Command file for macOS: CorpNewt\nTester: nlqanh524")
logging.info("Command file for macOS: CorpNewt")
logging.info("----------------------------")
try:
logging.info(f"F. Force update to the latest version ({get_latest_ver()})")
Expand Down

0 comments on commit a07a205

Please sign in to comment.