feat: Implement GUI and standalone executable
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
block_cipher = None
|
||||
|
||||
a = Analysis(['main.py', 'downloader.py'],
|
||||
a = Analysis(['main.py'],
|
||||
pathex=['/home/joe/Cloud9/Documents/Obisdian/projects/Video Converter'],
|
||||
binaries=[('/usr/bin/ffmpeg', '.'), ('/usr/bin/ffprobe', '.')],
|
||||
binaries=[],
|
||||
datas=[],
|
||||
hiddenimports=[],
|
||||
hookspath=[],
|
||||
@@ -28,7 +28,7 @@ exe = EXE(pyz,
|
||||
debug=False,
|
||||
strip=False,
|
||||
upx=True,
|
||||
console=True,
|
||||
console=False,
|
||||
disable_windowed_traceback=False,
|
||||
target_arch=None,
|
||||
codesign_identity=None,
|
||||
|
||||
Reference in New Issue
Block a user