Skip to content

Commit

Permalink
Update json 2024.10.10.1110 update-json
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronparker committed Oct 10, 2024
1 parent cb018ea commit a57ce54
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions packages/App/GoogleChrome/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "googlechromestandaloneenterprise64.msi",
"Version": "129.0.6668.101",
"Version": "130.0.6723.44",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Google-Chrome.png"
},
"Information": {
"DisplayName": "Google Chrome 129.0.6668.101 x64",
"DisplayName": "Google Chrome 130.0.6723.44 x64",
"Description": "The browser built by Google. Browse with the power of Google. With Google apps like Gmail, Google Pay, and Google Assistant, Chrome can help you stay productive and get more out of your browser.",
"Publisher": "Google",
"InformationURL": "https://www.google.com/chrome/",
Expand Down Expand Up @@ -43,7 +43,7 @@
"Path": "C:\\Program Files\\Google\\Chrome\\Application",
"FileOrFolder": "Chrome.exe",
"Operator": "greaterThanOrEqual",
"VersionValue": "129.0.6668.101",
"VersionValue": "130.0.6723.44",
"Check32BitOn64System": "false"
}
],
Expand Down
2 changes: 1 addition & 1 deletion packages/App/GoogleChrome/Source/Install.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "googlechromestandaloneenterprise64.msi",
"Version": "129.0.6668.101"
"Version": "130.0.6723.44"
},
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
"InstallTasks": {
Expand Down
8 changes: 4 additions & 4 deletions packages/App/MozillaFirefox/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "Firefox Setup 131.0.msi",
"Version": "131.0",
"SetupFile": "Firefox Setup 131.0.2.msi",
"Version": "131.0.2",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Mozilla-Firefox.png"
},
"Information": {
"DisplayName": "Mozilla Firefox 131.0 x64",
"DisplayName": "Mozilla Firefox 131.0.2 x64",
"Description": "Get the browser that protects what's important. No shady privacy policies or back doors for advertisers. Just a lightning fast browser that doesn't sell you out.",
"Publisher": "Mozilla",
"InformationURL": "https://www.mozilla.org/firefox/new/",
Expand Down Expand Up @@ -43,7 +43,7 @@
"Path": "C:\\Program Files\\Mozilla Firefox",
"FileOrFolder": "firefox.exe",
"Operator": "greaterThanOrEqual",
"VersionValue": "131.0",
"VersionValue": "131.0.2",
"Check32BitOn64System": "false"
}
],
Expand Down
4 changes: 2 additions & 2 deletions packages/App/MozillaFirefox/Source/Install.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "Firefox Setup 131.0.msi",
"Version": "131.0"
"SetupFile": "Firefox Setup 131.0.2.msi",
"Version": "131.0.2"
},
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
"InstallTasks": {
Expand Down

0 comments on commit a57ce54

Please sign in to comment.