Skip to content

Commit

Permalink
tableau-desktop: Add 2019.4.3 (launch error)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chawye Hsu committed Feb 4, 2020
1 parent 980b844 commit 2438d5b
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions experiment/tableau-desktop.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"homepage": "https://www.tableau.com/",
"description": "Interactive data visualization software",
"version": "2019.4.3",
"license": "Proprietary",
"architecture": {
"64bit": {
"url": "https://downloads.tableau.com/esdalt/2019.4.3/TableauDesktop-64bit-2019-4-3.exe",
"hash": "e20392f4349787b4fdd9b01f24215701ed119a3db1cc927bac9ca39d7142e114"
}
},
"depends": "dark",
"installer": {
"script": [
"Expand-DarkArchive -Path \"$dir\\$fname\" -DestinationPath \"$dir\\extracted\" -Removal",
"Rename-Item @(Get-ChildItem \"$dir\\extracted\\AttachedContainer\\tableau-setup*.msi\")[0] -NewName \"$dir\\extracted\\AttachedContainer\\tableau-setup.msi\"",
"Expand-MsiArchive \"$dir\\extracted\\AttachedContainer\\tableau-setup.msi\" \"$dir\"",
"Move-Item \"$dir\\Tableau\\Tableau*\\*\" \"$dir\" -Force",
"# Remove-Item \"$dir\\extracted\", \"$dir\\Tableau\" -Force -Recurse"
]
},
"shortcuts": [
[
"bin\\tableau.exe",
"Tableau"
]
],
"checkver": {
"url": "https://www.tableau.com/support/releases",
"regex": "releases/desktop/([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.tableau.com/esdalt/$version/TableauDesktop-64bit-$majorVersion-$minorVersion-$patchVersion.exe"
}
}
}
}

0 comments on commit 2438d5b

Please sign in to comment.