mirror of
https://github.com/paolo-projects/unlocker.git
synced 2025-07-29 08:54:37 +02:00
unlocker 2.0.5 spec files
This commit is contained in:
parent
89587dfa12
commit
05e5b93dc3
17
dumpsmc/dumpsmc.spec
Normal file
17
dumpsmc/dumpsmc.spec
Normal 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
17
unlocker/unlocker.spec
Normal 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 )
|
Loading…
x
Reference in New Issue
Block a user