Skip to content

Commit

Permalink
Update json 2024.11.05.1136 update-json
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronparker committed Nov 5, 2024
1 parent 07d8370 commit a3a5582
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions packages/App/MicrosoftPowerToys/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"PackageInformation": {
"SetupType": "EXE",
"SetupFile": "PowerToysSetup-0.85.1-x64.exe",
"Version": "0.85.1",
"SetupFile": "PowerToysSetup-0.86.0-x64.exe",
"Version": "0.86.0",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/microsoft/PowerToys/raw/v0.58.0/installer/MSIX/Images/logo.png"
},
"Information": {
"DisplayName": "Microsoft PowerToys 0.85.1 x64",
"DisplayName": "Microsoft PowerToys 0.86.0 x64",
"Description": "Microsoft PowerToys is a set of utilities for power users to tune and streamline their Windows experience for greater productivity.",
"Publisher": "Microsoft",
"InformationURL": "https://aka.ms/powertoys-docs",
Expand Down Expand Up @@ -43,7 +43,7 @@
"Path": "C:\\Program Files\\PowerToys",
"FileOrFolder": "PowerToys.exe",
"Operator": "greaterThanOrEqual",
"VersionValue": "0.85.1",
"VersionValue": "0.86.0",
"Check32BitOn64System": "false"
}
],
Expand Down
4 changes: 2 additions & 2 deletions packages/App/MicrosoftPowerToys/Source/Install.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"PackageInformation": {
"SetupType": "EXE",
"SetupFile": "PowerToysSetup-0.85.1-x64.exe",
"Version": "0.85.1"
"SetupFile": "PowerToysSetup-0.86.0-x64.exe",
"Version": "0.86.0"
},
"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 132.0.msi",
"Version": "132.0",
"SetupFile": "Firefox Setup 132.0.1.msi",
"Version": "132.0.1",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Mozilla-Firefox.png"
},
"Information": {
"DisplayName": "Mozilla Firefox 132.0 x64",
"DisplayName": "Mozilla Firefox 132.0.1 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": "132.0",
"VersionValue": "132.0.1",
"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 132.0.msi",
"Version": "132.0"
"SetupFile": "Firefox Setup 132.0.1.msi",
"Version": "132.0.1"
},
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
"InstallTasks": {
Expand Down
8 changes: 4 additions & 4 deletions packages/App/Notepad++/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"PackageInformation": {
"SetupType": "EXE",
"SetupFile": "npp.8.7.Installer.x64.exe",
"Version": "8.7",
"SetupFile": "npp.8.7.1.Installer.x64.exe",
"Version": "8.7.1",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/NotepadPP.png"
},
"Information": {
"DisplayName": "Notepad++ 8.7 x64",
"DisplayName": "Notepad++ 8.7.1 x64",
"Description": "Notepad++ is a free source code editor and Notepad replacement that supports several languages. By optimizing as many routines as possible without losing user friendliness, Notepad++ is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment.",
"Publisher": "Don Ho",
"InformationURL": "https://notepad-plus-plus.org/",
Expand Down Expand Up @@ -43,7 +43,7 @@
"Path": "C:\\Program Files\\Notepad++",
"FileOrFolder": "Notepad++.exe",
"Operator": "greaterThanOrEqual",
"VersionValue": "8.7",
"VersionValue": "8.7.1",
"Check32BitOn64System": "false"
}
],
Expand Down
4 changes: 2 additions & 2 deletions packages/App/Notepad++/Source/Install.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"PackageInformation": {
"SetupType": "EXE",
"SetupFile": "npp.8.7.Installer.x64.exe",
"Version": "8.7"
"SetupFile": "npp.8.7.1.Installer.x64.exe",
"Version": "8.7.1"
},
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
"InstallTasks": {
Expand Down

0 comments on commit a3a5582

Please sign in to comment.