diff --git a/Manifests/AutomatticSimplenote.json b/Manifests/AutomatticSimplenote.json index 71de65c..e527a0e 100644 --- a/Manifests/AutomatticSimplenote.json +++ b/Manifests/AutomatticSimplenote.json @@ -4,6 +4,6 @@ "Get": { "Uri": "https://api.github.com/repos/Automattic/simplenote-electron/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", - "MatchFileTypes": "\\.exe$|\\.msi$" + "MatchFileTypes": "\\.exe$|\\.msi$|\\.appx$" } } diff --git a/Manifests/RocketChat.json b/Manifests/RocketChat.json index 0f1226c..d835aba 100644 --- a/Manifests/RocketChat.json +++ b/Manifests/RocketChat.json @@ -4,6 +4,6 @@ "Get": { "Uri": "https://api.github.com/repos/RocketChat/Rocket.Chat.Electron/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", - "MatchFileTypes": "\\.exe$|\\.msi$" + "MatchFileTypes": "\\.exe$|\\.msi$|\\.appx$|\\.msix$|\\.msixbundle$" } } diff --git a/Manifests/WinDirStat.json b/Manifests/WinDirStat.json index 7ff137f..d4e9ba2 100644 --- a/Manifests/WinDirStat.json +++ b/Manifests/WinDirStat.json @@ -4,6 +4,6 @@ "Get": { "Uri": "https://api.github.com/repos/windirstat/windirstat/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", - "MatchFileTypes": "\\.exe$|\\.msi$" + "MatchFileTypes": "\\.exe$|\\.msi$|\\.msix$|\\.msixbundle$" } } diff --git a/Manifests/WixToolset.json b/Manifests/WixToolset.json index 353c509..8727fa9 100644 --- a/Manifests/WixToolset.json +++ b/Manifests/WixToolset.json @@ -2,7 +2,7 @@ "Name": "WiX Toolset", "Source": "https://wixtoolset.org/", "Get": { - "Uri": "https://api.github.com/repos/wixtoolset/wix3/releases/latest", + "Uri": "https://api.github.com/repos/wixtoolset/wix/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", "MatchFileTypes": "\\.exe$|\\.msi$", "VersionTag": "name"