Changed file system
This commit is contained in:
@@ -1 +1,4 @@
|
|||||||
pyinstaller --noconfirm --icon "icon.ico" --console --onefile horsy.py
|
pip install -r requirements.txt
|
||||||
|
pyinstaller --noconfirm --icon "img/icon.ico" --console --onefile "horsy.py"
|
||||||
|
rmdir /s /q __pycache__
|
||||||
|
del horsy.spec
|
||||||
@@ -1 +0,0 @@
|
|||||||
pyinstaller --nocinfirm --icon "icon.ico" --console --onefile horsy.py
|
|
||||||
6
build_clean.bat
Normal file
6
build_clean.bat
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
pip install -r requirements.txt
|
||||||
|
rmdir /s /q build
|
||||||
|
pyinstaller --noconfirm --icon "img/icon.ico" --console --onefile "horsy.py"
|
||||||
|
rmdir /s /q __pycache__
|
||||||
|
del horsy.spec
|
||||||
|
rmdir /s /q build
|
||||||
40
horsy.spec
40
horsy.spec
@@ -1,40 +0,0 @@
|
|||||||
# -*- mode: python ; coding: utf-8 -*-
|
|
||||||
|
|
||||||
|
|
||||||
block_cipher = None
|
|
||||||
|
|
||||||
|
|
||||||
a = Analysis(['horsy.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='horsy',
|
|
||||||
debug=False,
|
|
||||||
bootloader_ignore_signals=False,
|
|
||||||
strip=False,
|
|
||||||
upx=True,
|
|
||||||
upx_exclude=[],
|
|
||||||
runtime_tmpdir=None,
|
|
||||||
console=True,
|
|
||||||
disable_windowed_traceback=False,
|
|
||||||
target_arch=None,
|
|
||||||
codesign_identity=None,
|
|
||||||
entitlements_file=None , icon='icon.ico')
|
|
||||||
@@ -2,5 +2,4 @@ rich
|
|||||||
requests
|
requests
|
||||||
Cryptography
|
Cryptography
|
||||||
Pyinstaller
|
Pyinstaller
|
||||||
tqdm
|
tqdm
|
||||||
vt-py
|
|
||||||
Reference in New Issue
Block a user