diff --git a/TimberWinR.sln b/TimberWinR.sln index 50cfa2e..3e16a1a 100644 --- a/TimberWinR.sln +++ b/TimberWinR.sln @@ -17,6 +17,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1B2F600B-2400-45B9-A28E-CFC391D9EFA9}" ProjectSection(SolutionItems) = preProject appveyor.yml = appveyor.yml + tools\chocolateyInstall.ps1.template = tools\chocolateyInstall.ps1.template LICENSE.txt = LICENSE.txt README.md = README.md timberwinr.nuspec.template = timberwinr.nuspec.template diff --git a/tools/chocolateyInstall.ps1 b/tools/chocolateyInstall.ps1.template similarity index 100% rename from tools/chocolateyInstall.ps1 rename to tools/chocolateyInstall.ps1.template