From c6a7f9f67ad7e731148fa1e7abb49af31b1d9309 Mon Sep 17 00:00:00 2001 From: Akash Bora <89206401+Akascape@users.noreply.github.com> Date: Sat, 9 Aug 2025 15:51:38 +0530 Subject: [PATCH] New Version 2.4 What's new? - Fixed RangeSlider widget for mac OS - Improved Setup for macOS - Fixed video open function for macOS --- Python Version/Setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Python Version/Setup.py b/Python Version/Setup.py index 0343782..0565f7f 100644 --- a/Python Version/Setup.py +++ b/Python Version/Setup.py @@ -153,7 +153,7 @@ else: if os.path.exists(os.path.join("FFglitch","ffgac")) or os.path.exists(os.path.join("FFglitch","ffgac.exe")): os.remove(os.path.join("FFglitch","ffglitch.zip")) time.sleep(1) - # Set permissions after extraction for macOS + set_mac_permissions() checkffglitch() print("FFglitch setup complete!") @@ -167,3 +167,4 @@ time.sleep(1) print("Setup Complete!") time.sleep(5) sys.exit() +