diff options
-rw-r--r-- | bin/mitmdump (renamed from mitmproxy/bin/mitmdump) | 0 | ||||
-rwxr-xr-x | bin/mitmproxy (renamed from mitmproxy/bin/mitmproxy) | 0 | ||||
-rwxr-xr-x | bin/mitmweb (renamed from mitmproxy/bin/mitmweb) | 0 | ||||
-rwxr-xr-x | bin/pathoc (renamed from pathod/bin/pathoc) | 0 | ||||
-rwxr-xr-x | bin/pathod (renamed from pathod/bin/pathod) | 0 | ||||
-rw-r--r-- | examples/pathod/libpathod_pathoc.py (renamed from pathod/examples/libpathod_pathoc.py) | 0 | ||||
-rw-r--r-- | examples/pathod/test_context.py (renamed from pathod/examples/test_context.py) | 0 | ||||
-rw-r--r-- | examples/pathod/test_setup.py (renamed from pathod/examples/test_setup.py) | 0 | ||||
-rw-r--r-- | examples/pathod/test_setupall.py (renamed from pathod/examples/test_setupall.py) | 0 | ||||
-rw-r--r-- | release/mitmdump.spec | 2 | ||||
-rw-r--r-- | release/mitmproxy.spec | 2 | ||||
-rw-r--r-- | release/mitmweb.spec | 2 | ||||
-rw-r--r-- | release/pathoc.spec | 2 | ||||
-rw-r--r-- | release/pathod.spec | 2 |
14 files changed, 5 insertions, 5 deletions
diff --git a/mitmproxy/bin/mitmdump b/bin/mitmdump index 2483be4f..2483be4f 100644 --- a/mitmproxy/bin/mitmdump +++ b/bin/mitmdump diff --git a/mitmproxy/bin/mitmproxy b/bin/mitmproxy index a3d7615d..a3d7615d 100755 --- a/mitmproxy/bin/mitmproxy +++ b/bin/mitmproxy diff --git a/mitmproxy/bin/mitmweb b/bin/mitmweb index 14188a33..14188a33 100755 --- a/mitmproxy/bin/mitmweb +++ b/bin/mitmweb diff --git a/pathod/bin/pathoc b/bin/pathoc index ab62d631..ab62d631 100755 --- a/pathod/bin/pathoc +++ b/bin/pathoc diff --git a/pathod/bin/pathod b/bin/pathod index af0c118b..af0c118b 100755 --- a/pathod/bin/pathod +++ b/bin/pathod diff --git a/pathod/examples/libpathod_pathoc.py b/examples/pathod/libpathod_pathoc.py index 587c0e4c..587c0e4c 100644 --- a/pathod/examples/libpathod_pathoc.py +++ b/examples/pathod/libpathod_pathoc.py diff --git a/pathod/examples/test_context.py b/examples/pathod/test_context.py index 8db4331f..8db4331f 100644 --- a/pathod/examples/test_context.py +++ b/examples/pathod/test_context.py diff --git a/pathod/examples/test_setup.py b/examples/pathod/test_setup.py index 5dbc456d..5dbc456d 100644 --- a/pathod/examples/test_setup.py +++ b/examples/pathod/test_setup.py diff --git a/pathod/examples/test_setupall.py b/examples/pathod/test_setupall.py index cb84b7b2..cb84b7b2 100644 --- a/pathod/examples/test_setupall.py +++ b/examples/pathod/test_setupall.py diff --git a/release/mitmdump.spec b/release/mitmdump.spec index 2e164083..034d6fcc 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 ff42b1f3..08e71f73 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 e64940c4..257d3e33 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 e694794e..69c96727 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 a0ccbaf0..6eabad5e 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'], |