Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions ee/maintained-apps/outputs/1password/windows.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"versions": [
{
"version": "8.12.1",
"version": "8.12.2",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name = '1Password' AND publisher = 'Agilebits Inc.';"
},
"installer_url": "https://c.1password.com/dist/1P/win8/1PasswordSetup-8.12.1.msi",
"installer_url": "https://c.1password.com/dist/1P/win8/1PasswordSetup-8.12.2.msi",
"install_script_ref": "8959087b",
"uninstall_script_ref": "58738659",
"sha256": "c4721671499fd15fd27f0aad28b276003d5527b3a9f9844a4dfc2fc5e555f80c",
"uninstall_script_ref": "09f2c7ba",
"sha256": "eb52a32adf06085c054cbef3dbd4687f8f20748c84cbb55c69da280817f6cfd1",
"default_categories": [
"Productivity"
]
}
],
"refs": {
"58738659": "# 1Password Uninstall Script\n# Closes running processes before uninstalling to prevent hangs\n\n$product_code = \"{484D75FC-035A-4977-8478-916AEF4602C7}\"\n$timeoutSeconds = 300 # 5 minute timeout\n\n# Close any running 1Password processes\nGet-Process -Name \"1Password*\" -ErrorAction SilentlyContinue | Stop-Process -Force -ErrorAction SilentlyContinue\nStart-Sleep -Seconds 2\n\n# Fleet uninstalls app using product code that's extracted on upload\n$process = Start-Process msiexec -ArgumentList @(\"/quiet\", \"/x\", $product_code, \"/norestart\") -PassThru\n\n# Wait for process with timeout\n$completed = $process.WaitForExit($timeoutSeconds * 1000)\n\nif (-not $completed) {\n Stop-Process -Id $process.Id -Force -ErrorAction SilentlyContinue\n Exit 1603 # ERROR_INSTALL_FAILURE\n}\n\n# Check exit code and output result\nif ($process.ExitCode -eq 0) {\n Write-Output \"Exit 0\"\n Exit 0\n} else {\n Write-Output \"Exit $($process.ExitCode)\"\n Exit $process.ExitCode\n}\n\n",
"09f2c7ba": "# 1Password Uninstall Script\n# Closes running processes before uninstalling to prevent hangs\n\n$product_code = \"{9BC28B92-82C1-46AF-8228-AEBE42B5E395}\"\n$timeoutSeconds = 300 # 5 minute timeout\n\n# Close any running 1Password processes\nGet-Process -Name \"1Password*\" -ErrorAction SilentlyContinue | Stop-Process -Force -ErrorAction SilentlyContinue\nStart-Sleep -Seconds 2\n\n# Fleet uninstalls app using product code that's extracted on upload\n$process = Start-Process msiexec -ArgumentList @(\"/quiet\", \"/x\", $product_code, \"/norestart\") -PassThru\n\n# Wait for process with timeout\n$completed = $process.WaitForExit($timeoutSeconds * 1000)\n\nif (-not $completed) {\n Stop-Process -Id $process.Id -Force -ErrorAction SilentlyContinue\n Exit 1603 # ERROR_INSTALL_FAILURE\n}\n\n# Check exit code and output result\nif ($process.ExitCode -eq 0) {\n Write-Output \"Exit 0\"\n Exit 0\n} else {\n Write-Output \"Exit $($process.ExitCode)\"\n Exit $process.ExitCode\n}\n\n",
"8959087b": "$logFile = \"${env:TEMP}/fleet-install-software.log\"\n\ntry {\n\n$installProcess = Start-Process msiexec.exe `\n -ArgumentList \"/quiet /norestart /lv ${logFile} /i `\"${env:INSTALLER_PATH}`\"\" `\n -PassThru -Verb RunAs -Wait\n\nGet-Content $logFile -Tail 500\n\nExit $installProcess.ExitCode\n\n} catch {\n Write-Host \"Error: $_\"\n Exit 1\n}\n"
}
}
6 changes: 3 additions & 3 deletions ee/maintained-apps/outputs/clickup/windows.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"versions": [
{
"version": "3.5.163",
"version": "3.5.176",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name = 'ClickUp' AND publisher = 'ClickUp';"
},
"installer_url": "https://download.todesktop.com/221003ra4tebclw/ClickUp-3.5.163-build-251222he6ynyxiw-x64.msi",
"installer_url": "https://download.todesktop.com/221003ra4tebclw/ClickUp-3.5.176-build-260210al7vspjfr-x64.msi",
"install_script_ref": "8959087b",
"uninstall_script_ref": "d40f06cf",
"sha256": "43ad89e451b4226a540e7f5e38a6ba317c89653d466ff8d16eb4f63ccefb88c5",
"sha256": "33abc8033063c287dd14054b4eafdca5612db414803bfe4c24699b406a54ed53",
"default_categories": [
"Productivity"
],
Expand Down
6 changes: 3 additions & 3 deletions ee/maintained-apps/outputs/granola/darwin.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"versions": [
{
"version": "7.14.0",
"version": "7.14.2",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.granola.app';"
},
"installer_url": "https://dr2v7l5emb758.cloudfront.net/7.14.0/Granola-7.14.0-mac-universal.dmg",
"installer_url": "https://dr2v7l5emb758.cloudfront.net/7.14.2/Granola-7.14.2-mac-universal.dmg",
"install_script_ref": "289285bb",
"uninstall_script_ref": "9f1ed248",
"sha256": "e0b42b479b70a50905dca80b789b3dc48d16b4447c1b6f1189427e18751fc009",
"sha256": "2e7f6884e989cdfd30fdb2c6eb258d2d8d16a60f329804dfad4b1d2a26eae434",
"default_categories": [
"Productivity"
]
Expand Down
2 changes: 1 addition & 1 deletion ee/maintained-apps/outputs/microsoft-excel/darwin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"version": "16.106.26020821",
"version": "16.106",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.microsoft.Excel';"
},
Expand Down
2 changes: 1 addition & 1 deletion ee/maintained-apps/outputs/microsoft-word/darwin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"version": "16.106.26020821",
"version": "16.106",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.microsoft.Word';"
},
Expand Down
6 changes: 3 additions & 3 deletions ee/maintained-apps/outputs/teleport-connect/darwin.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"versions": [
{
"version": "18.6.7",
"version": "18.6.8",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'gravitational.teleport.connect';"
},
"installer_url": "https://cdn.teleport.dev/Teleport%20Connect-18.6.7.dmg",
"installer_url": "https://cdn.teleport.dev/Teleport%20Connect-18.6.8.dmg",
"install_script_ref": "c4abf467",
"uninstall_script_ref": "b6540188",
"sha256": "ab74df740aba8edf2b618965d4a6b12068361badf84afa20441bcc5d7fd6a439",
"sha256": "304da96ac93130e1533d2cb7b3e95659625d54be161cf3086b48f29cb4bf4f12",
"default_categories": [
"Productivity"
]
Expand Down
Loading
Loading