Modified mainspec file for pyinstaller
This commit is contained in:
parent
942e607cf0
commit
eaa9bf919a
@ -1,12 +1,14 @@
|
|||||||
# -*- mode: python -*-
|
# -*- mode: python -*-
|
||||||
import application
|
#import application
|
||||||
|
|
||||||
block_cipher = None
|
block_cipher = None
|
||||||
|
|
||||||
|
|
||||||
a = Analysis(['main.py'],
|
a = Analysis(['main.py'],
|
||||||
pathex=['.'],
|
pathex=['.'],
|
||||||
binaries=[],
|
binaries=[("C:/Program Files (x86)/VideoLAN/VLC/plugins", "plugins"),
|
||||||
|
("C:/Program Files (x86)/VideoLAN/VLC/libvlc.dll", "."),
|
||||||
|
("C:/Program Files (x86)/VideoLAN/VLC/libvlccore.dll", "."),],
|
||||||
datas=[],
|
datas=[],
|
||||||
hiddenimports=[],
|
hiddenimports=[],
|
||||||
hookspath=[],
|
hookspath=[],
|
||||||
|
Loading…
Reference in New Issue
Block a user