Skip to content

Commit

Permalink
Updating chocolately package to use github instead of google code. Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
activescott committed Nov 25, 2013
1 parent cccbd3c commit 4f0d20f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/.build/lessmsi.msbuild
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
/>
<FileUpdate Files="$(PackageDir)\tools\chocolateyInstall.ps1"
Regex="__URL__"
ReplacementText="https://lessmsi.googlecode.com/files/$(TheZipFileName)"
ReplacementText="https://github.com/activescott/lessmsi/releases/download/v$(TheVersion)/$(TheZipFileName)"
/>
<Exec
Command="cpack $(PackageDir)\lessmsi.nuspec"
Expand Down
2 changes: 1 addition & 1 deletion src/.build/lessmsi.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Usage on the command line: lessmsi x msiFileName [outDir]
<frameworkAssembly assemblyName="System.Windows.Forms" targetFramework="net35-client" />
</frameworkAssemblies>
<tags>msi extract extraction install</tags>
<projectUrl>http://code.google.com/p/lessmsi/</projectUrl>
<projectUrl>https://github.com/activescott/lessmsi</projectUrl>
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<!--<iconUrl>32x32.png</iconUrl>-->
Expand Down
6 changes: 0 additions & 6 deletions src/LessMsi/!readme.txt

This file was deleted.

0 comments on commit 4f0d20f

Please sign in to comment.