Skip to content

Commit

Permalink
Added spec build
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Jun 20, 2024
1 parent 871aa79 commit 3b93bc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Check upx
upx = ''
if sys.platform == 'win32' and sys_arch == 64:
upx = '--upx-dir build/upx_64'
upx = '--upx-dir specs'
pyinstaller = f'python -m PyInstaller' if sys.platform == 'win32' else 'pyinstaller'

# os.system(f'{pyinstaller} specs/PyDetex_Win.spec --noconfirm {upx}')
Expand Down
Binary file added specs/upx.exe
Binary file not shown.

0 comments on commit 3b93bc9

Please sign in to comment.