Update GPO to reflect right version (#2110)

* Update mattermost.adml

* Update mattermost.admx
This commit is contained in:
JtheBAB 2022-05-19 08:42:32 +02:00 committed by GitHub
parent 9aca802258
commit d74dba5bad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -5,6 +5,7 @@
<resources > <resources >
<stringTable > <stringTable >
<string id="RequiresMattermost43">Requires Mattermost Desktop 4.3 or later</string> <string id="RequiresMattermost43">Requires Mattermost Desktop 4.3 or later</string>
<string id="RequiresMattermost51">Requires Mattermost Desktop 5.1 or later</string>
<string id="mattermost">Mattermost</string> <string id="mattermost">Mattermost</string>
<string id="EnableAutoUpdater">EnableAutoUpdater</string> <string id="EnableAutoUpdater">EnableAutoUpdater</string>

View file

@ -7,6 +7,7 @@
<supportedOn> <supportedOn>
<definitions> <definitions>
<definition name="RequiresMattermost43" displayName="$(string.RequiresMattermost43)"/> <definition name="RequiresMattermost43" displayName="$(string.RequiresMattermost43)"/>
<definition name="RequiresMattermost51" displayName="$(string.RequiresMattermost51)"/>
</definitions> </definitions>
</supportedOn> </supportedOn>
<categories> <categories>
@ -15,7 +16,7 @@
<policies> <policies>
<policy name="EnableAutoUpdater" class="Machine" displayName="$(string.EnableAutoUpdater)" explainText="$(string.EnableAutoUpdaterDescription)" key="Software\Policies\Mattermost" valueName="EnableAutoUpdater"> <policy name="EnableAutoUpdater" class="Machine" displayName="$(string.EnableAutoUpdater)" explainText="$(string.EnableAutoUpdaterDescription)" key="Software\Policies\Mattermost" valueName="EnableAutoUpdater">
<parentCategory ref="mattermost"/> <parentCategory ref="mattermost"/>
<supportedOn ref="RequiresMattermost43"/> <supportedOn ref="RequiresMattermost51"/>
<enabledValue> <enabledValue>
<decimal value="1"/> <decimal value="1"/>
</enabledValue> </enabledValue>