diff --git a/.gitignore b/.gitignore index 4fb6312..9bef039 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ logs/ pybass/ build/ dist/ +certify/ *.exe bass*.dll PyQt4-4.11.4-cp27-cp27m-win32.whl diff --git a/AO2XP.spec b/AO2XP.spec deleted file mode 100644 index 90914c4..0000000 --- a/AO2XP.spec +++ /dev/null @@ -1,29 +0,0 @@ -# -*- mode: python -*- - -block_cipher = None - - -a = Analysis(['AO2XP.py'], - pathex=['.'], - binaries=[("bass.dll", ".")], - datas=None, - hiddenimports=[], - hookspath=[], - runtime_hooks=[], - excludes=[], - win_no_prefer_redirects=False, - win_private_assemblies=False, - cipher=block_cipher) -pyz = PYZ(a.pure, a.zipped_data, - cipher=block_cipher) -exe = EXE(pyz, - a.scripts, - a.binaries, - a.zipfiles, - a.datas, - name='AO2XP', - debug=False, - strip=False, - upx=True, - console=False, - icon="AO2XP.ico") \ No newline at end of file diff --git a/AO2XP_console.spec b/AO2XP_console.spec deleted file mode 100644 index 9cb9b8e..0000000 --- a/AO2XP_console.spec +++ /dev/null @@ -1,29 +0,0 @@ -# -*- mode: python -*- - -block_cipher = None - - -a = Analysis(['AO2XP.py'], - pathex=['.'], - binaries=[("bass.dll", ".")], - datas=None, - hiddenimports=[], - hookspath=[], - runtime_hooks=[], - excludes=[], - win_no_prefer_redirects=False, - win_private_assemblies=False, - cipher=block_cipher) -pyz = PYZ(a.pure, a.zipped_data, - cipher=block_cipher) -exe = EXE(pyz, - a.scripts, - a.binaries, - a.zipfiles, - a.datas, - name='AO2XP_console', - debug=False, - strip=False, - upx=True, - console=True, - icon="AO2XP_console.ico") \ No newline at end of file diff --git a/AO2XP_linux.spec b/AO2XP_linux.spec deleted file mode 100644 index aa7e505..0000000 --- a/AO2XP_linux.spec +++ /dev/null @@ -1,27 +0,0 @@ -# -*- mode: python -*- - -block_cipher = None - - -a = Analysis(['AO2XP.py'], - pathex=['.'], - binaries=[("libbass.so", ".")], - datas=None, - hiddenimports=[], - hookspath=[], - runtime_hooks=[], - excludes=[], - win_no_prefer_redirects=False, - win_private_assemblies=False, - cipher=block_cipher) -pyz = PYZ(a.pure, a.zipped_data, - cipher=block_cipher) -exe = EXE(pyz, - a.scripts, - a.binaries, - a.zipfiles, - a.datas, - name='AO2XP', - debug=False, - strip=False, - upx=True) diff --git a/install_update.spec b/install_update.spec deleted file mode 100644 index 0e2c7b9..0000000 --- a/install_update.spec +++ /dev/null @@ -1,34 +0,0 @@ -# -*- mode: python ; coding: utf-8 -*- - -block_cipher = None - - -a = Analysis(['install_update.py'], - pathex=['C:\\Users\\Public\\1.7.5 Cut Content Patch\\Client'], - binaries=[], - datas=[], - hiddenimports=[], - hookspath=[], - runtime_hooks=[], - excludes=[], - win_no_prefer_redirects=False, - win_private_assemblies=False, - cipher=block_cipher, - noarchive=False) -pyz = PYZ(a.pure, a.zipped_data, - cipher=block_cipher) -exe = EXE(pyz, - a.scripts, - a.binaries, - a.zipfiles, - a.datas, - [], - name='AO2XPupdat', - debug=False, - bootloader_ignore_signals=False, - strip=False, - upx=True, - upx_exclude=[], - runtime_tmpdir=None, - manifest=None, - console=True )