Skip to content

Commit

Permalink
Update json 2024.10.31.1131 update-json
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronparker committed Oct 31, 2024
1 parent d42f440 commit f9a547a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.4-64bit.exe",
"Version": "3.6.4",
"SetupFile": "audacity-win-3.7.0-64bit.exe",
"Version": "3.7.0",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Audacity.png"
},
"Information": {
"DisplayName": "Audacity 3.6.4 x64",
"DisplayName": "Audacity 3.7.0 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.4",
"VersionValue": "3.7.0",
"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.4-64bit.exe",
"Version": "3.6.4"
"SetupFile": "audacity-win-3.7.0-64bit.exe",
"Version": "3.7.0"
},
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
"InstallTasks": {
Expand Down

0 comments on commit f9a547a

Please sign in to comment.