diff --git a/BiogasControllerApp-V2.3/BiogasControllerApp-V2.3-stable.spec b/BiogasControllerApp-V2.3/BiogasControllerApp-V2.3-stable.spec new file mode 100644 index 0000000..7ab73cd --- /dev/null +++ b/BiogasControllerApp-V2.3/BiogasControllerApp-V2.3-stable.spec @@ -0,0 +1,54 @@ +# -*- mode: python ; coding: utf-8 -*- +from kivy_deps import sdl2, glew + +block_cipher = None + + +a = Analysis( + ['biogascontrollerapp.py'], + pathex=[], + binaries=[], + datas=[], + hiddenimports=[], + hookspath=[], + hooksconfig={}, + 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='BiogasControllerApp-V2.3-stable', + debug=False, + bootloader_ignore_signals=False, + strip=False, + upx=True, + upx_exclude=[], + runtime_tmpdir=None, + console=True, + disable_windowed_traceback=False, + argv_emulation=False, + target_arch=None, + codesign_identity=None, + entitlements_file=None, + icon='BiogasControllerAppLogo-V2.3.ico', +) + +coll = COLLECT(exe, Tree('C:\\BiogasControllerApp-V2.3\\'), + a.binaries, + a.zipfiles, + a.datas, + *[Tree(p) for p in (sdl2.dep_bins + glew.dep_bins)], + strip=False, + upx=True, + name='touchtracer') diff --git a/BiogasControllerApp-V2.3/BiogasControllerAppLogo-V2.3.ico b/BiogasControllerApp-V2.3/BiogasControllerAppLogo-V2.3.ico new file mode 100644 index 0000000..f42f729 Binary files /dev/null and b/BiogasControllerApp-V2.3/BiogasControllerAppLogo-V2.3.ico differ diff --git a/BiogasControllerApp-V2.3/BiogasControllerAppLogo.png b/BiogasControllerApp-V2.3/BiogasControllerAppLogo.png index b8e71ad..2bd6e93 100644 Binary files a/BiogasControllerApp-V2.3/BiogasControllerAppLogo.png and b/BiogasControllerApp-V2.3/BiogasControllerAppLogo.png differ