From 05e5b93dc3dc5d0642395817f2c4bd61b4363c43 Mon Sep 17 00:00:00 2001 From: Dave Parsons Date: Tue, 16 Jun 2015 12:49:57 +0100 Subject: [PATCH] unlocker 2.0.5 spec files --- dumpsmc/dumpsmc.spec | 17 +++++++++++++++++ unlocker/unlocker.spec | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 dumpsmc/dumpsmc.spec create mode 100644 unlocker/unlocker.spec diff --git a/dumpsmc/dumpsmc.spec b/dumpsmc/dumpsmc.spec new file mode 100644 index 0000000..8c07e74 --- /dev/null +++ b/dumpsmc/dumpsmc.spec @@ -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 ) diff --git a/unlocker/unlocker.spec b/unlocker/unlocker.spec new file mode 100644 index 0000000..9889cf8 --- /dev/null +++ b/unlocker/unlocker.spec @@ -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 )