diff --git a/.github/actions/spell-check/expect.txt b/.github/actions/spell-check/expect.txt index 1c15db229e..53748f0206 100644 --- a/.github/actions/spell-check/expect.txt +++ b/.github/actions/spell-check/expect.txt @@ -112,7 +112,6 @@ atlstr Attribs attrs Atyrau -augustkarlstedt aumid Aut Authenticode @@ -144,7 +143,6 @@ bck Belarus betadele betsegaw -bezgumption BGR bgra bhid @@ -540,6 +538,7 @@ eltociear emmintrin Emoji emptyrecyclebin +ENABLEDELAYEDEXPANSION ENABLEDPOPUP endforeach endian @@ -560,6 +559,7 @@ ERASEBKGND EREOF EResize ERole +ERRORLEVEL ERRORMESSAGE ERRORTITLE ESettings @@ -1352,6 +1352,7 @@ NDEBUG Ndombe ndp NEEDDISPATCH +NEQ NESW netcore netcoreapp @@ -1470,7 +1471,6 @@ openxmlformats OPTIMIZEFORINVOKE ORAW ORPHANEDDIALOGTITLE -osfanbuff oss ostr ostream @@ -1752,7 +1752,6 @@ RNumber roadmap robmensching Roboto -rohanrdy rooler roslyn Rothera diff --git a/installer/PowerToysSetup/PowerToys.wxs b/installer/PowerToysSetup/PowerToys.wxs index fc4447663c..6ea5f5090a 100644 --- a/installer/PowerToysSetup/PowerToys.wxs +++ b/installer/PowerToysSetup/PowerToys.wxs @@ -72,6 +72,16 @@ + + NUL 2>NUL + if !ERRORLEVEL! NEQ 0 goto quit +) + +:quit \ No newline at end of file