]> jfr.im git - yt-dlp.git/blobdiff - bundle/pyinstaller.py
[build] Move bundle scripts into `bundle` submodule
[yt-dlp.git] / bundle / pyinstaller.py
old mode 100644 (file)
new mode 100755 (executable)
similarity index 98%
rename from pyinst.py
rename to bundle/pyinstaller.py
index c36f6ac..db9dbfd
--- a/pyinst.py
@@ -4,7 +4,7 @@
 import os
 import sys
 
-sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
+sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
 import platform