Added app-configurations file
This commit is contained in:
parent
03eeedb6ba
commit
bbb0b4283b
@ -7,7 +7,8 @@ a = Analysis(['main.py'],
|
|||||||
binaries=[("plugins", "plugins"),
|
binaries=[("plugins", "plugins"),
|
||||||
("libvlc.dll", "."),
|
("libvlc.dll", "."),
|
||||||
("libvlccore.dll", "."),
|
("libvlccore.dll", "."),
|
||||||
("bootstrap.exe", ".")],
|
("bootstrap.exe", "."),
|
||||||
|
("app-configuration.defaults", ".")],
|
||||||
datas=[],
|
datas=[],
|
||||||
hiddenimports=[],
|
hiddenimports=[],
|
||||||
hookspath=[],
|
hookspath=[],
|
||||||
|
Loading…
Reference in New Issue
Block a user