add github action to build pc client
This commit is contained in:
38
software/pc/hexapod.spec
Normal file
38
software/pc/hexapod.spec
Normal file
@ -0,0 +1,38 @@
|
||||
# -*- mode: python ; coding: utf-8 -*-
|
||||
|
||||
block_cipher = None
|
||||
|
||||
|
||||
a = Analysis(['hexapod.py'],
|
||||
pathex=['./hexapod'],
|
||||
binaries=[],
|
||||
datas=[('./res', 'res')],
|
||||
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,
|
||||
[],
|
||||
exclude_binaries=True,
|
||||
name='hexapod',
|
||||
debug=False,
|
||||
bootloader_ignore_signals=False,
|
||||
strip=False,
|
||||
upx=True,
|
||||
console=False,
|
||||
icon='res/hexapod_logo.ico' )
|
||||
coll = COLLECT(exe,
|
||||
a.binaries,
|
||||
a.zipfiles,
|
||||
a.datas,
|
||||
strip=False,
|
||||
upx=True,
|
||||
upx_exclude=[],
|
||||
name='hexapod')
|
BIN
software/pc/res/hexapod_logo.ico
Normal file
BIN
software/pc/res/hexapod_logo.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 299 KiB |
Reference in New Issue
Block a user