Skip to content

Commit 3b93bc9

Browse files
committed
Added spec build
1 parent 871aa79 commit 3b93bc9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Check upx
1919
upx = ''
2020
if sys.platform == 'win32' and sys_arch == 64:
21-
upx = '--upx-dir build/upx_64'
21+
upx = '--upx-dir specs'
2222
pyinstaller = f'python -m PyInstaller' if sys.platform == 'win32' else 'pyinstaller'
2323

2424
# os.system(f'{pyinstaller} specs/PyDetex_Win.spec --noconfirm {upx}')

specs/upx.exe

553 KB
Binary file not shown.

0 commit comments

Comments
 (0)