unlocker 2.0.5 spec files

This commit is contained in:
Dave Parsons 2015-06-16 12:49:57 +01:00
parent 89587dfa12
commit 05e5b93dc3
2 changed files with 34 additions and 0 deletions

17
dumpsmc/dumpsmc.spec Normal file
View File

@ -0,0 +1,17 @@
# -*- mode: python -*-
a = Analysis(['D:\\vmware\\unlocker\\dumpsmc.py'],
pathex=['D:\\PyInstaller-2.1\\dumpsmc'],
hiddenimports=[],
hookspath=None,
runtime_hooks=None)
pyz = PYZ(a.pure)
exe = EXE(pyz,
a.scripts,
a.binaries,
a.zipfiles,
a.datas,
name='dumpsmc.exe',
debug=False,
strip=None,
upx=True,
console=True )

17
unlocker/unlocker.spec Normal file
View File

@ -0,0 +1,17 @@
# -*- mode: python -*-
a = Analysis(['D:\\vmware\\unlocker\\unlocker.py'],
pathex=['D:\\PyInstaller-2.1\\unlocker'],
hiddenimports=[],
hookspath=None,
runtime_hooks=None)
pyz = PYZ(a.pure)
exe = EXE(pyz,
a.scripts,
a.binaries,
a.zipfiles,
a.datas,
name='unlocker.exe',
debug=False,
strip=None,
upx=True,
console=True )