mirror of
https://github.com/cemu-project/idapython.git
synced 2024-12-26 09:41:55 +01:00
build.py: More example scripts are copied to the distribution
This commit is contained in:
parent
70e5a9a55c
commit
e994bd9d11
4
build.py
4
build.py
@ -66,10 +66,12 @@ BINDIST_MANIFEST = [
|
||||
("idaapi.py", "python"),
|
||||
"docs/notes.txt",
|
||||
"examples/chooser.py",
|
||||
"examples/colours.py",
|
||||
"examples/debughook.py",
|
||||
"examples/ex1.idc",
|
||||
"examples/ex1_idaapi.py",
|
||||
"examples/ex1_idautils.py"
|
||||
"examples/ex1_idautils.py",
|
||||
"examples/structure.py",
|
||||
]
|
||||
|
||||
# List files for the source distribution (appended to binary list)
|
||||
|
Loading…
Reference in New Issue
Block a user