From b66c3e90b83c9d2a846c993dca3cc415fe3a3d86 Mon Sep 17 00:00:00 2001 From: cidoku Date: Fri, 20 Jun 2025 17:37:15 -0400 Subject: [PATCH] cleanup --- .gitignore | 1 + AO2XP.spec | 29 ----------------------------- AO2XP_console.spec | 29 ----------------------------- AO2XP_linux.spec | 27 --------------------------- install_update.spec | 34 ---------------------------------- 5 files changed, 1 insertion(+), 119 deletions(-) delete mode 100644 AO2XP.spec delete mode 100644 AO2XP_console.spec delete mode 100644 AO2XP_linux.spec delete mode 100644 install_update.spec 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 )