Update src/modules/imageresizer/dll/RuntimeRegistration.h

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
leileizhang
2025-08-21 14:23:40 +08:00
committed by GitHub
parent 68b708f2fd
commit 0f1ccaee2d

View File

@@ -21,7 +21,7 @@ namespace ImageResizerRuntimeRegistration
spec.systemFileAssocExtensions = { L".bmp", L".dib", L".gif", L".jfif", L".jpe", L".jpeg", L".jpg", L".jxr", L".png", L".rle", L".tif", L".tiff", L".wdp" };
spec.representativeSystemExt = L".png"; // probe for repair
spec.extraAssociationPaths = { L"Software\\Classes\\Directory\\ShellEx\\DragDropHandlers\\ImageResizer" };
spec.friendlyName = L"";
spec.friendlyName = L"ImageResizer Shell Extension";
return spec;
}
}