diff --git a/mitmproxy/bin/mitmdump b/bin/mitmdump similarity index 100% rename from mitmproxy/bin/mitmdump rename to bin/mitmdump diff --git a/mitmproxy/bin/mitmproxy b/bin/mitmproxy similarity index 100% rename from mitmproxy/bin/mitmproxy rename to bin/mitmproxy diff --git a/mitmproxy/bin/mitmweb b/bin/mitmweb similarity index 100% rename from mitmproxy/bin/mitmweb rename to bin/mitmweb diff --git a/pathod/bin/pathoc b/bin/pathoc similarity index 100% rename from pathod/bin/pathoc rename to bin/pathoc diff --git a/pathod/bin/pathod b/bin/pathod similarity index 100% rename from pathod/bin/pathod rename to bin/pathod diff --git a/pathod/examples/libpathod_pathoc.py b/examples/pathod/libpathod_pathoc.py similarity index 100% rename from pathod/examples/libpathod_pathoc.py rename to examples/pathod/libpathod_pathoc.py diff --git a/pathod/examples/test_context.py b/examples/pathod/test_context.py similarity index 100% rename from pathod/examples/test_context.py rename to examples/pathod/test_context.py diff --git a/pathod/examples/test_setup.py b/examples/pathod/test_setup.py similarity index 100% rename from pathod/examples/test_setup.py rename to examples/pathod/test_setup.py diff --git a/pathod/examples/test_setupall.py b/examples/pathod/test_setupall.py similarity index 100% rename from pathod/examples/test_setupall.py rename to examples/pathod/test_setupall.py diff --git a/release/mitmdump.spec b/release/mitmdump.spec index 2e1640839..034d6fcc4 100644 --- a/release/mitmdump.spec +++ b/release/mitmdump.spec @@ -2,7 +2,7 @@ from PyInstaller.utils.hooks import collect_data_files -a = Analysis(['../mitmproxy/bin/mitmdump'], +a = Analysis(['../bin/mitmdump'], binaries=None, datas=collect_data_files("mitmproxy.onboarding"), hiddenimports=[], diff --git a/release/mitmproxy.spec b/release/mitmproxy.spec index ff42b1f33..08e71f738 100644 --- a/release/mitmproxy.spec +++ b/release/mitmproxy.spec @@ -2,7 +2,7 @@ from PyInstaller.utils.hooks import collect_data_files -a = Analysis(['../mitmproxy/bin/mitmproxy'], +a = Analysis(['../bin/mitmproxy'], binaries=None, datas=collect_data_files("mitmproxy.onboarding"), hiddenimports=[], diff --git a/release/mitmweb.spec b/release/mitmweb.spec index e64940c49..257d3e334 100644 --- a/release/mitmweb.spec +++ b/release/mitmweb.spec @@ -2,7 +2,7 @@ from PyInstaller.utils.hooks import collect_data_files -a = Analysis(['../mitmproxy/bin/mitmweb'], +a = Analysis(['../bin/mitmweb'], binaries=None, datas=collect_data_files("mitmproxy"), hiddenimports=[], diff --git a/release/pathoc.spec b/release/pathoc.spec index e694794ee..69c96727b 100644 --- a/release/pathoc.spec +++ b/release/pathoc.spec @@ -2,7 +2,7 @@ from PyInstaller.utils.hooks import collect_data_files -a = Analysis(['../pathod/bin/pathoc'], +a = Analysis(['../bin/pathoc'], binaries=None, datas=None, hiddenimports=['_cffi_backend'], diff --git a/release/pathod.spec b/release/pathod.spec index a0ccbaf0a..6eabad5ee 100644 --- a/release/pathod.spec +++ b/release/pathod.spec @@ -2,7 +2,7 @@ from PyInstaller.utils.hooks import collect_data_files -a = Analysis(['../pathod/bin/pathod'], +a = Analysis(['../bin/pathod'], binaries=None, datas=collect_data_files("pathod"), hiddenimports=['_cffi_backend'],