diff --git a/release/windows-store-experiment/AppxManifest.xml b/release/windows-store-experiment/AppxManifest.xml new file mode 100644 index 000000000..deddd051f --- /dev/null +++ b/release/windows-store-experiment/AppxManifest.xml @@ -0,0 +1,41 @@ + + + + + Mitmproxy + Maximilian Hils + Assets\logo.150x150.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/release/windows-store-experiment/Assets/logo.150x150.png b/release/windows-store-experiment/Assets/logo.150x150.png new file mode 100644 index 000000000..f602b9bbc Binary files /dev/null and b/release/windows-store-experiment/Assets/logo.150x150.png differ diff --git a/release/windows-store-experiment/Assets/logo.44x44.png b/release/windows-store-experiment/Assets/logo.44x44.png new file mode 100644 index 000000000..32c131ea7 Binary files /dev/null and b/release/windows-store-experiment/Assets/logo.44x44.png differ diff --git a/release/windows-store-experiment/README.md b/release/windows-store-experiment/README.md new file mode 100644 index 000000000..1a5f089d3 --- /dev/null +++ b/release/windows-store-experiment/README.md @@ -0,0 +1,20 @@ +# Mitmproxy on the Windows Store + +@mhils experimented with bringing mitmproxy to the Window Store using the Desktop Bridge. This would replace our current InstallBuilder setup and allow for clean installs and - more importantly - automatic updates. + +## Advantages + + - Automatic updates + - Clean installs + - Very simple setup on our end + - Possibility to roll out experimental releases to a subset of users + +## Disadvantages + + - No support for mitmproxy. That only runs under WSL. Making WSL nicer is a complementary effort. + - "Your developer account doesn’t have permission to submit apps converted with the Desktop Bridge at this time." (requested) + - New releases need to be submitted manually (Submission API is in preview). + +## Notes + +We do not want to force anyone to use this, we would of course keep our portable binaries (and, of course, WSL). \ No newline at end of file