Skip to content

Commit

Permalink
include x64dbg_editor in release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexodia committed Jun 26, 2016
1 parent e5845c8 commit b4786d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion swig/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,13 @@ def run(self):
'x64dbg_python',
'x64dbg_python.pluginsdk',
'x64dbg_python.pluginsdk._scriptapi',
'x64dbg_editor',
'x64dbg_editor.icons',
],
package_data={'x64dbg_python': ['autorun/*']},
package_data={
'x64dbg_python': ['autorun/*'],
'x64dbg_editor': ['python.api']
},
ext_modules=[Extension(
r'x64dbg_python.pluginsdk._x64dbg', [r'x64dbg.i'],
swig_opts=['-Wall', '-c++', '-outputtuple',
Expand Down
1 change: 0 additions & 1 deletion swig/x64dbg_editor/help.py

This file was deleted.

0 comments on commit b4786d5

Please sign in to comment.