Skip to content

Commit 4408394

Browse files
authored
fix
1 parent 86e5839 commit 4408394

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

UXTU4Unix/Assets/SU.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ def update():
3535
if os.path.exists(zip_file_path):
3636
os.remove(zip_file_path)
3737
subprocess.Popen(['open', command_file_path])
38-
if kernel == "Darwin":
39-
subprocess.Popen(['open', command_file_path])
4038
except Exception as e:
4139
print(f"An error occurred: {e}")
4240

0 commit comments

Comments
 (0)