-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update json 2023.11.03.759 update-json
- Loading branch information
1 parent
0d3bbc5
commit 106466a
Showing
10 changed files
with
85 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,62 @@ | ||
{ | ||
"Application": { | ||
"Name": "Audacity", | ||
"Filter": "Invoke-EvergreenApp -Name \"Audacity\" | Where-Object { $_.Architecture -eq \"x64\" } | Select-Object -First 1", | ||
"Title": "Audacity", | ||
"Language": "en-US", | ||
"Architecture": "x64" | ||
}, | ||
"PackageInformation": { | ||
"SetupType": "EXE", | ||
"SetupFile": "audacity-win-3.3.3-x64.exe", | ||
"Version": "3.3.3", | ||
"SourceFolder": "Source", | ||
"OutputFolder": "Package", | ||
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Audacity.png" | ||
}, | ||
"Information": { | ||
"DisplayName": "Audacity 3.3.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/", | ||
"PrivacyURL": "https://www.audacityteam.org/", | ||
"Categories": [], | ||
"PSPackageFactoryGuid": "328af5bc-34e3-4a9e-93eb-398f594388d6" | ||
}, | ||
"Program": { | ||
"InstallTemplate": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1", | ||
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1", | ||
"UninstallCommand": "\"C:\\Program Files\\Audacity\\unins000.exe\" /VERYSILENT", | ||
"InstallExperience": "system", | ||
"DeviceRestartBehavior": "basedOnReturnCode" | ||
}, | ||
"RequirementRule": { | ||
"MinimumRequiredOperatingSystem": "W10_1809", | ||
"Architecture": "x64" | ||
}, | ||
"CustomRequirementRule": [], | ||
"DetectionRule": [ | ||
{ | ||
"Type": "File", | ||
"DetectionMethod": "Version", | ||
"Path": "C:\\Program Files\\Audacity", | ||
"FileOrFolder": "Audacity.exe", | ||
"Operator": "greaterThanOrEqual", | ||
"VersionValue": "3.3.3", | ||
"Check32BitOn64System": "false" | ||
} | ||
], | ||
"Dependencies": [], | ||
"Supersedence": [], | ||
"Assignments": [ | ||
{ | ||
"Type": "AllUsers", | ||
"Intent": "available", | ||
"Notification": "showAll", | ||
"EnableRestartGracePeriod": true, | ||
"RestartGracePeriod": 1440, | ||
"RestartCountDownDisplay": 15, | ||
"RestartNotificationSnooze": 240 | ||
} | ||
] | ||
} | ||
"Application": { | ||
"Name": "Audacity", | ||
"Filter": "Invoke-EvergreenApp -Name \"Audacity\" | Where-Object { $_.Architecture -eq \"x64\" } | Select-Object -First 1", | ||
"Title": "Audacity", | ||
"Language": "en-US", | ||
"Architecture": "x64" | ||
}, | ||
"PackageInformation": { | ||
"SetupType": "EXE", | ||
"SetupFile": "audacity-win-3.4.0-64bit.exe", | ||
"Version": "3.4.0", | ||
"SourceFolder": "Source", | ||
"OutputFolder": "Package", | ||
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Audacity.png" | ||
}, | ||
"Information": { | ||
"DisplayName": "Audacity 3.4.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/", | ||
"PrivacyURL": "https://www.audacityteam.org/", | ||
"Categories": [], | ||
"PSPackageFactoryGuid": "328af5bc-34e3-4a9e-93eb-398f594388d6" | ||
}, | ||
"Program": { | ||
"InstallTemplate": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1", | ||
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1", | ||
"UninstallCommand": "\"C:\\Program Files\\Audacity\\unins000.exe\" /VERYSILENT", | ||
"InstallExperience": "system", | ||
"DeviceRestartBehavior": "basedOnReturnCode" | ||
}, | ||
"RequirementRule": { | ||
"MinimumRequiredOperatingSystem": "W10_1809", | ||
"Architecture": "x64" | ||
}, | ||
"CustomRequirementRule": [], | ||
"DetectionRule": [ | ||
{ | ||
"Type": "File", | ||
"DetectionMethod": "Version", | ||
"Path": "C:\\Program Files\\Audacity", | ||
"FileOrFolder": "Audacity.exe", | ||
"Operator": "greaterThanOrEqual", | ||
"VersionValue": "3.4.0", | ||
"Check32BitOn64System": "false" | ||
} | ||
], | ||
"Dependencies": [], | ||
"Supersedence": [], | ||
"Assignments": [ | ||
{ | ||
"Type": "AllUsers", | ||
"Intent": "available", | ||
"Notification": "showAll", | ||
"EnableRestartGracePeriod": true, | ||
"RestartGracePeriod": 1440, | ||
"RestartCountDownDisplay": 15, | ||
"RestartNotificationSnooze": 240 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters