Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Et0h authored Oct 24, 2023
1 parent 8f758c3 commit 12e0501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncplay/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
milestone = 'Yoitsu'
release_number = '108'
projectURL = 'https://syncplay.pl/'
import sys

def isWindows():
return sys.platform.startswith("win")
Expand All @@ -15,7 +16,6 @@ def doWindowsRedistCheck():
ctypes.windll.user32.MessageBoxW(0, '''Syncplay relies on the Microsoft Visual C++ Redistributable which is not installed.
It can be downloaded at https://aka.ms/vs/17/release/vc_redist.x86.exe
For more details see http://syncplay.pl/''', "Syncplay", 1)
import sys
sys.exit()

if isWindows():
Expand Down

0 comments on commit 12e0501

Please sign in to comment.