mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-06 11:56:45 +03:00
Finish refactoring
This commit is contained in:
7
main-macos.py
Normal file
7
main-macos.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from iSponsorBlockTV import helpers
|
||||
import sys
|
||||
import os
|
||||
|
||||
if getattr(sys, 'frozen', False):
|
||||
os.environ['SSL_CERT_FILE'] = os.path.join(sys._MEIPASS, 'lib', 'cert.pem')
|
||||
helpers.app_start()
|
||||
Reference in New Issue
Block a user