This commit is contained in:
cidoku 2025-06-20 17:37:15 -04:00
parent 9b1cf2764b
commit b66c3e90b8
5 changed files with 1 additions and 119 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@ logs/
pybass/ pybass/
build/ build/
dist/ dist/
certify/
*.exe *.exe
bass*.dll bass*.dll
PyQt4-4.11.4-cp27-cp27m-win32.whl PyQt4-4.11.4-cp27-cp27m-win32.whl

View File

@ -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")

View File

@ -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")

View File

@ -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)

View File

@ -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 )