fix spelling check

This commit is contained in:
Leilei Zhang
2025-10-15 14:41:24 +08:00
parent 94d77ce725
commit d27b52cd1f
3 changed files with 8 additions and 2 deletions

View File

@@ -193,6 +193,7 @@ changecursor
CHILDACTIVATE
CHILDWINDOW
CHOOSEFONT
CIBUILD
cidl
CIELCh
cim
@@ -383,6 +384,7 @@ DISPLAYFREQUENCY
displayname
DISPLAYORIENTATION
divyan
djwsxzxb
Dlg
DLGFRAME
DLGMODALFRAME
@@ -815,6 +817,7 @@ keyvault
KILLFOCUS
killrunner
kmph
ksa
kvp
Kybd
LARGEICON
@@ -921,6 +924,7 @@ LWA
lwin
LZero
MAGTRANSFORM
makeappx
MAKEINTRESOURCE
MAKEINTRESOURCEA
MAKEINTRESOURCEW
@@ -1252,6 +1256,7 @@ pinvoke
pipename
PKBDLLHOOKSTRUCT
pkgfamily
PKI
plib
ploc
ploca
@@ -1693,6 +1698,7 @@ syskeydown
SYSKEYUP
SYSLIB
SYSMENU
systemai
SYSTEMAPPS
SYSTEMMODAL
SYSTEMTIME

View File

@@ -22,7 +22,7 @@ pwsh "$repoRoot/src/PackageIdentity/BuildSparsePackage.ps1" -Platform x64 -Confi
Supported switches:
- `-Clean` removes previous `bin`/`obj` outputs and unregisters existing installations.
- `-Clean` removes previous `bin`/`obj` outputs and uninstalls existing installation.
- `-ForceCert` regenerates the local dev certificate (.pfx/.cer/.pwd/.thumbprint) under `src/PackageIdentity/.user`.
- `-NoSign` skips signing. The MSIX still builds but must be signed before deployment.
- `-CIBuild` (or setting `$env:CIBuild = 'true'`) keeps the manifest publisher intact and skips the local cert substitution.

View File

@@ -273,7 +273,7 @@ private:
}
else
{
Logger::warn(L"Failed to start ImageResizer (sparse). {}. Trying fallback to exe.", get_last_error_or_default(GetLastError()));
Logger::warn(L"Failed to start ImageResizer (sparse). {}. Trying use exe as fallback.", get_last_error_or_default(GetLastError()));
// Fallback to traditional exe if MSIX launch fails
if (RunNonElevatedEx(path.c_str(), pipe_name, get_module_folderpath(g_hInst)))
{