Skip to content

Commit

Permalink
(GH-813) Shorten Template default log path
Browse files Browse the repository at this point in the history
Make the default value that comes out of the template for logging
use a much shorter path.
  • Loading branch information
ferventcoder committed Jun 19, 2016
1 parent 94e89f4 commit e9d9e0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public void set_normal()
InstallerType = "EXE_MSI_OR_MSU";
Url = "";
Url64 = "";
SilentArgs = @"/qn /norestart /l*v `""$($env:TEMP)\chocolatey\$($packageName)\$($packageName).MsiInstall.log`""";
SilentArgs = @"/qn /norestart /l*v `""$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""";
AutomaticPackageNotesNuspec = "";
Checksum = "";
ChecksumType = "md5";
Expand Down

0 comments on commit e9d9e0c

Please sign in to comment.