Added app-configurations file

This commit is contained in:
Manuel Cortez 2018-12-28 21:55:44 -06:00
parent 03eeedb6ba
commit bbb0b4283b

View File

@ -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=[],