Skip to content

Commit

Permalink
Update json 2024.12.24.1185 update-json
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronparker committed Dec 24, 2024
1 parent 7a51cc1 commit d9daca9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions packages/App/ZoomMeetings/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "ZoomInstallerFull.msi",
"Version": "6.3.0.52884",
"Version": "6.3.1.53598",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Zoom.png"
},
"Information": {
"DisplayName": "Zoom Meetings Client 6.3.0.52884 x64",
"DisplayName": "Zoom Meetings Client 6.3.1.53598 x64",
"Description": "Simplified video conferencing and messaging across any device. Phone, Meetings, Chat, Whiteboard and more for your desktop.",
"Publisher": "Zoom",
"InformationURL": "https://explore.zoom.us/en/products/meetings/",
Expand Down Expand Up @@ -43,7 +43,7 @@
"Path": "C:\\Program Files\\Zoom\\bin",
"FileOrFolder": "Zoom.exe",
"Operator": "greaterThanOrEqual",
"VersionValue": "6.3.0.52884",
"VersionValue": "6.3.1.53598",
"Check32BitOn64System": "false"
}
],
Expand Down
2 changes: 1 addition & 1 deletion packages/App/ZoomMeetings/Source/Install.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "ZoomInstallerFull.msi",
"Version": "6.3.0.52884"
"Version": "6.3.1.53598"
},
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
"InstallTasks": {
Expand Down
8 changes: 4 additions & 4 deletions packages/App/ZoomRooms/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "zoomrooms-6.2.7.5001-x64.msi",
"Version": "6.2.7.5001",
"SetupFile": "zoomrooms-6.3.0.5145-x64.msi",
"Version": "6.3.0.5145",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/ZoomRooms.png"
},
"Information": {
"DisplayName": "Zoom Meetings Client 6.2.7.5001 x64",
"DisplayName": "Zoom Meetings Client 6.3.0.5145 x64",
"Description": "Conference rooms that make it easy to run or join video meetings with a tap of a button.",
"Publisher": "Zoom",
"InformationURL": "https://explore.zoom.us/en/products/zoom-rooms/",
Expand Down Expand Up @@ -43,7 +43,7 @@
"Path": "C:\\Program Files\\ZoomRooms\\bin",
"FileOrFolder": "ZoomRooms.exe",
"Operator": "greaterThanOrEqual",
"VersionValue": "6.2.7.5001",
"VersionValue": "6.3.0.5145",
"Check32BitOn64System": "false"
}
],
Expand Down
4 changes: 2 additions & 2 deletions packages/App/ZoomRooms/Source/Install.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "zoomrooms-6.2.7.5001-x64.msi",
"Version": "6.2.7.5001"
"SetupFile": "zoomrooms-6.3.0.5145-x64.msi",
"Version": "6.3.0.5145"
},
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
"InstallTasks": {
Expand Down

0 comments on commit d9daca9

Please sign in to comment.