Skip to content

Commit d939c99

Browse files
committed
Open Alpha 0.3.0
1 parent b5b6393 commit d939c99

File tree

1,095 files changed

+165117
-2292
lines changed

Some content is hidden

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

1,095 files changed

+165117
-2292
lines changed

.idea/dictionaries/sc4le.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SECURITY.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

StreamHelper.spec

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# -*- mode: python ; coding: utf-8 -*-
2+
3+
block_cipher = None
4+
5+
6+
a = Analysis(['D:\\com\\StreamHelper\\resources\\__init__.py'],
7+
pathex=['D:\\com\\Streamhelper'],
8+
binaries=[],
9+
datas=[('D:\\com\\StreamHelper\\resources\\uis\\', '.\\resources')],
10+
hiddenimports=['pyperclip'],
11+
hookspath=[],
12+
runtime_hooks=[],
13+
excludes=[],
14+
win_no_prefer_redirects=False,
15+
win_private_assemblies=False,
16+
cipher=block_cipher,
17+
noarchive=False)
18+
pyz = PYZ(a.pure, a.zipped_data,
19+
cipher=block_cipher)
20+
exe = EXE(pyz,
21+
a.scripts,
22+
[],
23+
exclude_binaries=True,
24+
name='StreamHelper',
25+
debug=False,
26+
bootloader_ignore_signals=False,
27+
strip=False,
28+
upx=True,
29+
console=False , uac_admin=True, icon='D:\\com\\StreamHelper\\resources\\images\\common\\icon2.ico')
30+
coll = COLLECT(exe,
31+
a.binaries,
32+
a.zipfiles,
33+
a.datas,
34+
strip=False,
35+
upx=True,
36+
upx_exclude=[],
37+
name='StreamHelper')

__init__.spec

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# -*- mode: python ; coding: utf-8 -*-
2+
3+
block_cipher = None
4+
5+
6+
a = Analysis(['D:\\com\\Streamhelper\\resources\\__init__.py'],
7+
pathex=['D:\\com\\Streamhelper'],
8+
binaries=[],
9+
datas=[],
10+
hiddenimports=['pyperclip'],
11+
hookspath=[],
12+
runtime_hooks=[],
13+
excludes=[],
14+
win_no_prefer_redirects=False,
15+
win_private_assemblies=False,
16+
cipher=block_cipher,
17+
noarchive=False)
18+
pyz = PYZ(a.pure, a.zipped_data,
19+
cipher=block_cipher)
20+
exe = EXE(pyz,
21+
a.scripts,
22+
[],
23+
exclude_binaries=True,
24+
name='StreamHelper',
25+
debug=False,
26+
bootloader_ignore_signals=False,
27+
strip=False,
28+
upx=True,
29+
console=False )
30+
coll = COLLECT(exe,
31+
a.binaries,
32+
a.zipfiles,
33+
a.datas,
34+
strip=False,
35+
upx=True,
36+
upx_exclude=[],
37+
name='__init__')

backup appim.py

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

befehl lol.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pyinstaller D:\com\StreamHelper\resources\__init__.py -n StreamHelper -w -y --add-data D:\com\StreamHelper\resources\uis\;.\resources --hidden-import pyperclip --icon D:\com\StreamHelper\resources\images\common\icon2.ico --uac-admin

0 commit comments

Comments
 (0)