Unverified Commit 17c99833 authored by tunip3's avatar tunip3 Committed by GitHub
Browse files

Update Form1.cs

parent 45f061a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ namespace WindowsFormsApp1
            string text
             = AppCurrentDirctory + "\\Appxpacker\\MakeAppx.exe";
            string args = "pack - d \"" + WSAppPath + "\" -p \"" + WSAppOutputPath + "\\" + WSAppFileName + ".appx\" -l";
            if (semantic.Checked) { args = "pack -d \"" + WSAppPath + "\" -p \"" + WSAppOutputPath + "\\" + WSAppFileName + ".appx\" -l -nv";}
            if (semantic.Checked) { args += " -nv";}
            if (patchtdf.Checked) {
                // a majority of this is just shoddy detection code to avoidproducing any unexpected errors later
                // create devices list