You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Drop in a WinForms, WPF executable (.exe) to add development/debug app identity (via external location/sparse packaging) in a single click!
7
7
- Drop in a WinForms, WPF folder to package your app (MSIX) in a single click
8
8
- Drop in an MSIX to sign and register it locally in a single click
9
9
- Drop in a Python (.py) file to add debug identity in a single click
10
10
11
-
The Windows Development CLI **must** be in your [PATH](#adding-to-path) for the Identity Tool to function since it calls the CLI.
11
+
We would love your feedback on this UI-based approach and whether it adds value or doesn't fit with your development workflows.
12
12
13
13
<divalign="center">
14
14
<table>
@@ -25,12 +25,19 @@ The Windows Development CLI **must** be in your [PATH](#adding-to-path) for the
25
25
26
26
## Install the GUI Tool
27
27
28
+
There are 2 ways to run the GUI (experimental). The Windows Development CLI **must** be in your [PATH](#adding-to-path) for the Identity Tool to function since it calls the CLI.
29
+
30
+
### Build the repository
31
+
32
+
Clone and build this repository. Run winapp.cli in Visual Studio to build and run the app.
33
+
34
+
### Download the MSIX (build pipeline in progress)
0 commit comments