Skip to content

Commit

Permalink
Update json 2024.09.10.1078 update-json
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronparker committed Sep 10, 2024
1 parent b305e79 commit fb9a4df
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions packages/App/Audacity/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"PackageInformation": {
"SetupType": "EXE",
"SetupFile": "audacity-win-3.6.2-64bit.exe",
"Version": "3.6.2",
"SetupFile": "audacity-win-3.6.3-64bit.exe",
"Version": "3.6.3",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Audacity.png"
},
"Information": {
"DisplayName": "Audacity 3.6.2 x64",
"DisplayName": "Audacity 3.6.3 x64",
"Description": "Audacity is an easy-to-use, multi-track audio editor and recorder for Windows, macOS, GNU/Linux and other operating systems.",
"Publisher": "Audacity",
"InformationURL": "https://www.audacityteam.org/",
Expand Down Expand Up @@ -43,7 +43,7 @@
"Path": "C:\\Program Files\\Audacity",
"FileOrFolder": "Audacity.exe",
"Operator": "greaterThanOrEqual",
"VersionValue": "3.6.2",
"VersionValue": "3.6.3",
"Check32BitOn64System": "false"
}
],
Expand Down
4 changes: 2 additions & 2 deletions packages/App/Audacity/Source/Install.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"PackageInformation": {
"SetupType": "EXE",
"SetupFile": "audacity-win-3.6.2-64bit.exe",
"Version": "3.6.2"
"SetupFile": "audacity-win-3.6.3-64bit.exe",
"Version": "3.6.3"
},
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
"InstallTasks": {
Expand Down
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.84.0-x64.exe",
"Version": "0.84.0",
"SetupFile": "PowerToysSetup-0.84.1-x64.exe",
"Version": "0.84.1",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/microsoft/PowerToys/raw/v0.58.0/installer/MSIX/Images/logo.png"
},
"Information": {
"DisplayName": "Microsoft PowerToys 0.84.0 x64",
"DisplayName": "Microsoft PowerToys 0.84.1 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.84.0",
"VersionValue": "0.84.1",
"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.84.0-x64.exe",
"Version": "0.84.0"
"SetupFile": "PowerToysSetup-0.84.1-x64.exe",
"Version": "0.84.1"
},
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
"InstallTasks": {
Expand Down

0 comments on commit fb9a4df

Please sign in to comment.