mirror of
https://github.com/Steve-Tech/YAFI.git
synced 2026-04-19 16:50:36 +00:00
Add LpcCrOSEC.bin
This commit is contained in:
BIN
pyinstaller/LpcCrOSEC.bin
Normal file
BIN
pyinstaller/LpcCrOSEC.bin
Normal file
Binary file not shown.
@@ -2,7 +2,7 @@
|
||||
from PyInstaller.utils.hooks import collect_data_files
|
||||
import os
|
||||
|
||||
datas = [('LpcCrOSEC.bin', '.')] if os.path.exists('LpcCrOSEC.bin') else []
|
||||
datas = [('LpcCrOSEC.bin', '.')] if os.name == 'nt' and os.path.exists('LpcCrOSEC.bin') else []
|
||||
datas += collect_data_files('yafi')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user