Skip to content

Commit

Permalink
Installer now downloads into cache folder
Browse files Browse the repository at this point in the history
Installer now downloads into cache folder
  • Loading branch information
aronovgj committed Jun 10, 2017
1 parent c59cf7b commit ad59bd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adobereader-update/adobereader-update.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ I don't know if this package will work or for how long it will work. Adobe made
<summary>Adobe Reader - View and interact with PDF files</summary>
<tags>adobereader pdf reader admin</tags>
<dependencies>
<dependency id="adobereader" version="2015.007.20033" />
<dependency id="adobereader" />
</dependencies>
<packageSourceUrl>https://github.com/aronovgj/choco-auto</packageSourceUrl>
<docsUrl>https://helpx.adobe.com/reader.html</docsUrl>
Expand Down
2 changes: 1 addition & 1 deletion adobereader-update/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$packageName = '{{PackageName}}'
$installerPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
$installerPath = $env:TEMP
$filePath = Join-Path $installerPath 'acroreadupdater.msp'
$args = "/p $filePath /quiet"
$url = '{{DownloadUrl}}'
Expand Down

0 comments on commit ad59bd8

Please sign in to comment.