Skip to content

Commit 8123a3a

Browse files
committed
Version 1.1: Application -> .exe Release
Version 1.1: Application -> .exe Release Compiled using pyinstaller.
1 parent 42ad352 commit 8123a3a

File tree

767 files changed

+50594
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

767 files changed

+50594
-0
lines changed

application/SRunner.spec

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# -*- mode: python ; coding: utf-8 -*-
2+
3+
4+
block_cipher = None
5+
6+
7+
a = Analysis(['SRunner.py'],
8+
pathex=['C:\\Users\\James\\Documents\\GitHub\\SRunner\\code'],
9+
binaries=[],
10+
datas=[('resources', 'resources')],
11+
hiddenimports=[],
12+
hookspath=[],
13+
hooksconfig={},
14+
runtime_hooks=[],
15+
excludes=[],
16+
win_no_prefer_redirects=False,
17+
win_private_assemblies=False,
18+
cipher=block_cipher,
19+
noarchive=False)
20+
pyz = PYZ(a.pure, a.zipped_data,
21+
cipher=block_cipher)
22+
23+
exe = EXE(pyz,
24+
a.scripts,
25+
[],
26+
exclude_binaries=True,
27+
name='SRunner',
28+
debug=False,
29+
bootloader_ignore_signals=False,
30+
strip=False,
31+
upx=True,
32+
console=True,
33+
disable_windowed_traceback=False,
34+
target_arch=None,
35+
codesign_identity=None,
36+
entitlements_file=None )
37+
coll = COLLECT(exe,
38+
a.binaries,
39+
a.zipfiles,
40+
a.datas,
41+
strip=False,
42+
upx=True,
43+
upx_exclude=[],
44+
name='SRunner')
6.65 KB
Binary file not shown.

application/build/SRunner/Analysis-00.toc

Lines changed: 4725 additions & 0 deletions
Large diffs are not rendered by default.

application/build/SRunner/COLLECT-00.toc

Lines changed: 2256 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
('C:\\Users\\James\\Documents\\GitHub\\SRunner\\code\\build\\SRunner\\SRunner.exe',
2+
True,
3+
False,
4+
True,
5+
'c:\\users\\james\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\bootloader\\images\\icon-console.ico',
6+
None,
7+
False,
8+
False,
9+
'<?xml version="1.0" encoding="UTF-8" standalone="yes"?><assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"><assemblyIdentity type="win32" name="SRunner" processorArchitecture="amd64" version="1.0.0.0"/><trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"><security><requestedPrivileges><requestedExecutionLevel level="asInvoker" uiAccess="false"/></requestedPrivileges></security></trustInfo><dependency><dependentAssembly><assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" language="*" processorArchitecture="*" version="6.0.0.0" publicKeyToken="6595b64144ccf1df"/><compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"/></dependentAssembly></dependency><compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"><application><supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/><supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/><supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/><supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/><supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/></application></compatibility><application xmlns="urn:schemas-microsoft-com:asm.v3"><windowsSettings><longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware></windowsSettings></application></assembly>',
10+
True,
11+
None,
12+
None,
13+
None,
14+
'SRunner.pkg',
15+
[('PYZ-00.pyz',
16+
'C:\\Users\\James\\Documents\\GitHub\\SRunner\\code\\build\\SRunner\\PYZ-00.pyz',
17+
'PYZ'),
18+
('struct',
19+
'c:\\users\\james\\appdata\\local\\programs\\python\\python39\\lib\\struct.pyo',
20+
'PYMODULE'),
21+
('pyimod01_os_path',
22+
'c:\\users\\james\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\loader\\pyimod01_os_path.pyc',
23+
'PYMODULE'),
24+
('pyimod02_archive',
25+
'c:\\users\\james\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\loader\\pyimod02_archive.pyc',
26+
'PYMODULE'),
27+
('pyimod03_importers',
28+
'c:\\users\\james\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\loader\\pyimod03_importers.pyc',
29+
'PYMODULE'),
30+
('pyimod04_ctypes',
31+
'c:\\users\\james\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\loader\\pyimod04_ctypes.pyc',
32+
'PYMODULE'),
33+
('pyiboot01_bootstrap',
34+
'c:\\users\\james\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py',
35+
'PYSOURCE'),
36+
('pyi_rth_pkgutil',
37+
'C:\\Users\\James\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py',
38+
'PYSOURCE'),
39+
('pyi_rth_multiprocessing',
40+
'C:\\Users\\James\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py',
41+
'PYSOURCE'),
42+
('pyi_rth_inspect',
43+
'C:\\Users\\James\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py',
44+
'PYSOURCE'),
45+
('pyi_rth_pkgres',
46+
'C:\\Users\\James\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgres.py',
47+
'PYSOURCE'),
48+
('SRunner',
49+
'C:\\Users\\James\\Documents\\GitHub\\SRunner\\code\\SRunner.py',
50+
'PYSOURCE'),
51+
('SRunner.exe.manifest',
52+
'C:\\Users\\James\\Documents\\GitHub\\SRunner\\code\\build\\SRunner\\SRunner.exe.manifest',
53+
'BINARY')],
54+
[],
55+
False,
56+
False,
57+
1628352763,
58+
[('run.exe',
59+
'c:\\users\\james\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\bootloader\\Windows-64bit\\run.exe',
60+
'EXECUTABLE')])
4.81 MB
Binary file not shown.
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
('C:\\Users\\James\\Documents\\GitHub\\SRunner\\code\\build\\SRunner\\PKG-00.pkg',
2+
{'BINARY': 1,
3+
'DATA': 1,
4+
'EXECUTABLE': 1,
5+
'EXTENSION': 1,
6+
'PYMODULE': 1,
7+
'PYSOURCE': 1,
8+
'PYZ': 0,
9+
'SPLASH': 1},
10+
[('PYZ-00.pyz',
11+
'C:\\Users\\James\\Documents\\GitHub\\SRunner\\code\\build\\SRunner\\PYZ-00.pyz',
12+
'PYZ'),
13+
('struct',
14+
'c:\\users\\james\\appdata\\local\\programs\\python\\python39\\lib\\struct.pyo',
15+
'PYMODULE'),
16+
('pyimod01_os_path',
17+
'c:\\users\\james\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\loader\\pyimod01_os_path.pyc',
18+
'PYMODULE'),
19+
('pyimod02_archive',
20+
'c:\\users\\james\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\loader\\pyimod02_archive.pyc',
21+
'PYMODULE'),
22+
('pyimod03_importers',
23+
'c:\\users\\james\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\loader\\pyimod03_importers.pyc',
24+
'PYMODULE'),
25+
('pyimod04_ctypes',
26+
'c:\\users\\james\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\loader\\pyimod04_ctypes.pyc',
27+
'PYMODULE'),
28+
('pyiboot01_bootstrap',
29+
'c:\\users\\james\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py',
30+
'PYSOURCE'),
31+
('pyi_rth_pkgutil',
32+
'C:\\Users\\James\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py',
33+
'PYSOURCE'),
34+
('pyi_rth_multiprocessing',
35+
'C:\\Users\\James\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py',
36+
'PYSOURCE'),
37+
('pyi_rth_inspect',
38+
'C:\\Users\\James\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py',
39+
'PYSOURCE'),
40+
('pyi_rth_pkgres',
41+
'C:\\Users\\James\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgres.py',
42+
'PYSOURCE'),
43+
('SRunner',
44+
'C:\\Users\\James\\Documents\\GitHub\\SRunner\\code\\SRunner.py',
45+
'PYSOURCE'),
46+
('SRunner.exe.manifest',
47+
'C:\\Users\\James\\Documents\\GitHub\\SRunner\\code\\build\\SRunner\\SRunner.exe.manifest',
48+
'BINARY')],
49+
True,
50+
False,
51+
False,
52+
[],
53+
None,
54+
None,
55+
None)
4.79 MB
Binary file not shown.

0 commit comments

Comments
 (0)