Final tweak for embedded chocolatey

This commit is contained in:
Eric Fontana
2015-04-13 11:19:37 -04:00
parent d9509757e3
commit 7df4dede90
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
$fileType = 'msi'
$silentArgs = '/quiet'
$scriptPath = $(Split-Path $MyInvocation.MyCommand.Path)
$fileFullPath = Join-Path $scriptPath 'TimberWinR-${version}.msi'
$fileFullPath = Join-Path $scriptPath 'TimberWinR-${version}.0.msi'
try {
Install-ChocolateyInstallPackage $packageName $fileType $silentArgs $fileFullPath
} catch {