Added Windows spec file
This commit is contained in:
0
spec/Linux/Aretmis.spec → spec_files/Linux/Aretmis.spec
Executable file → Normal file
0
spec/Linux/Aretmis.spec → spec_files/Linux/Aretmis.spec
Executable file → Normal file
0
spec/Linux/artemis3.svg → spec_files/Linux/artemis3.svg
Executable file → Normal file
0
spec/Linux/artemis3.svg → spec_files/Linux/artemis3.svg
Executable file → Normal file
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
BIN
spec_files/Windows/Artemis3.ico
Normal file
BIN
spec_files/Windows/Artemis3.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 126 KiB |
35
spec_files/Windows/artemis.spec
Normal file
35
spec_files/Windows/artemis.spec
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
# -*- mode: python -*-
|
||||||
|
|
||||||
|
block_cipher = None
|
||||||
|
|
||||||
|
import glob,os
|
||||||
|
|
||||||
|
data_file = [(f, '.') for f in glob.glob('*.[pu][yi]') if f != "artemis.py"]
|
||||||
|
|
||||||
|
a = Analysis(['artemis.py'],
|
||||||
|
pathex=[os.getcwd()],
|
||||||
|
binaries=[],
|
||||||
|
datas=data_file,
|
||||||
|
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='artemis',
|
||||||
|
debug=False,
|
||||||
|
bootloader_ignore_signals=False,
|
||||||
|
strip=False,
|
||||||
|
upx=True,
|
||||||
|
runtime_tmpdir=None,
|
||||||
|
console=False , icon='Artemis3.ico')
|
||||||
Reference in New Issue
Block a user