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