Skip to content

Commit

Permalink
updated file name
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Oct 15, 2021
1 parent ce97b41 commit c95ec58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chocolatey/tools/chocolateyInstall.ps1
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop'; # stop on all errors
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
# TODO: Update urls
# $url = 'https://github.com/imolorhe/altair/releases/download/v2.4.3/altair_2.4.3_win.exe'
# $url64 = 'https://github.com/imolorhe/altair/releases/download/v2.4.3/altair_2.4.3_win.exe'
$fileLocation = Join-Path $toolsDir '..\..\packages\altair-electron\out\altair_4.0.11_win.exe'
# $url = 'https://github.com/imolorhe/altair/releases/download/v2.4.3/altair_4.0.11_x64_win.exe'
# $url64 = 'https://github.com/imolorhe/altair/releases/download/v2.4.3/altair_4.0.11_x64_win.exe'
$fileLocation = Join-Path $toolsDir '..\..\packages\altair-electron\out\altair_4.0.11_x64_win.exe'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
Expand Down

0 comments on commit c95ec58

Please sign in to comment.