Skip to content

Commit

Permalink
Fix docker desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCakeIsNaOH committed Feb 12, 2025
1 parent 9773f99 commit 36c5813
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion choco-remixer/pkgs/packages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8091,7 +8091,7 @@
<functionName>Convert-InstallChocolateyPackage</functionName>
<needsStopAction>no</needsStopAction>
<needsToolsDir>no</needsToolsDir>
<architecture>x32</architecture>
<architecture>x64</architecture>
<urlType>2</urlType>
<argsType>0</argsType>
<DeEncodeSpace>yes</DeEncodeSpace>
Expand Down
3 changes: 3 additions & 0 deletions choco-remixer/public/Format-NuspecForValidation.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ Function Format-NuspecForValidation {
if ($nuspecXML.package.metadata.iconurl -like "http://cdn.rawgit.com*") {
$nuspecXML.package.metadata.iconurl = "https://example.com/"
}
if ($nuspecXML.package.metadata.iconurl -like "https://cdn.rawgit.com*") {
$nuspecXML.package.metadata.iconurl = "https://example.com/"
}

Try {
[System.Xml.XmlWriterSettings] $XmlSettings = New-Object System.Xml.XmlWriterSettings
Expand Down

0 comments on commit 36c5813

Please sign in to comment.