mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
PyInstaller is fucked up. Moved to cxFreeze.
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
# -*- mode: python -*-
|
||||
a = Analysis([os.path.join(HOMEPATH,'support\\_mountzlib.py'), os.path.join(HOMEPATH,'support\\useUnicode.py'), 'start.py'],
|
||||
pathex=[])
|
||||
pyz = PYZ(a.pure)
|
||||
exe = EXE(pyz,
|
||||
a.scripts,
|
||||
exclude_binaries=1,
|
||||
name=os.path.join('build\\pyi.win32\\dupeGuru', 'dupeGuru.exe'),
|
||||
debug=False,
|
||||
strip=False,
|
||||
upx=True,
|
||||
console=False,
|
||||
icon='..\\..\\images\\dgse_logo.ico',
|
||||
version='verinfo_tmp')
|
||||
coll = COLLECT( exe,
|
||||
a.binaries,
|
||||
a.zipfiles,
|
||||
a.datas,
|
||||
strip=False,
|
||||
upx=True,
|
||||
name=os.path.join('dist'))
|
||||
@@ -1,28 +0,0 @@
|
||||
VSVersionInfo(
|
||||
ffi=FixedFileInfo(
|
||||
filevers=($versioncomma),
|
||||
prodvers=($versioncomma),
|
||||
mask=0x17,
|
||||
flags=0x0,
|
||||
OS=0x4,
|
||||
fileType=0x1,
|
||||
subtype=0x0,
|
||||
date=(0, 0)
|
||||
),
|
||||
kids=[
|
||||
StringFileInfo(
|
||||
[
|
||||
StringTable(
|
||||
'040904b0',
|
||||
[StringStruct('CompanyName', 'Hardcoded Software'),
|
||||
StringStruct('FileDescription', 'dupeGuru'),
|
||||
StringStruct('FileVersion', '$version'),
|
||||
StringStruct('InternalName', 'dupeGuru.exe'),
|
||||
StringStruct('LegalCopyright', '(c) Hardcoded Software. All rights reserved.'),
|
||||
StringStruct('OriginalFilename', 'dupeGuru.exe'),
|
||||
StringStruct('ProductName', 'dupeGuru'),
|
||||
StringStruct('ProductVersion', '$versioncomma')])
|
||||
]),
|
||||
VarFileInfo([VarStruct('Translation', [1033])])
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user