Loading Appxpacker/Form1.cs +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
Appxpacker/Form1.cs +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading