mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Made the windows packaging copy qt plugins in the dist package. PyInstaller did this, but cxfreeze doesn't.
This commit is contained in:
@@ -2,4 +2,8 @@
|
||||
# This modules explicitly import those problematic modules.
|
||||
|
||||
import lxml._elementpath
|
||||
import gzip
|
||||
import gzip
|
||||
|
||||
import os
|
||||
|
||||
os.environ['QT_PLUGIN_PATH'] = 'qt4_plugins'
|
||||
Reference in New Issue
Block a user