Fix typo
This commit is contained in:
parent
2943621d6c
commit
d1f60a12b0
|
@ -34,7 +34,7 @@ Start-SoftwareInstaller @PSBoundParameters `
|
|||
);
|
||||
|
||||
foreach ($extension in $extensions) {
|
||||
Set-DefaultAppAssociation -Identifier $extensions -ProgId "${appName}HTML$progIdSuffix" -ApplicationName $appName;
|
||||
Set-DefaultAppAssociation -Identifier $extension -ProgId "${appName}HTML$progIdSuffix" -ApplicationName $appName;
|
||||
}
|
||||
|
||||
foreach ($scheme in $schemes) {
|
||||
|
|
Loading…
Reference in a new issue