summaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-09-03 12:22:02 -0400
committerGitHub <noreply@github.com>2020-09-03 12:22:02 -0400
commit54a35d632e7d5ee8ff0129864a929899fce48e5e (patch)
tree47167edbfdb85b7736408192ba2329534154dc67 /deployment
parent33b37bb5ace747c68826ed27886e1d96bd238f3d (diff)
other: Windows compilation stuff (#222)
Some Windows compilation/deploy stuff. Mostly just a catch-all for some chores.
Diffstat (limited to 'deployment')
-rw-r--r--deployment/windows/choco/bottom.nuspec.template4
1 files changed, 4 insertions, 0 deletions
diff --git a/deployment/windows/choco/bottom.nuspec.template b/deployment/windows/choco/bottom.nuspec.template
index 0dda79db..18db1f95 100644
--- a/deployment/windows/choco/bottom.nuspec.template
+++ b/deployment/windows/choco/bottom.nuspec.template
@@ -41,6 +41,10 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
To use, run `btm` in a terminal.
For more [documentation and usage](https://github.com/ClementTsang/bottom/blob/master/README.md), see the [official repo](https://github.com/ClementTsang/bottom).
+
+
+ **Note**
+ This currently depends on Visual C++ Redistributable for Visual Studio 2015 https://chocolatey.org/packages/vcredist2015.
</description>
<releaseNotes>https://github.com/ClementTsang/bottom/releases/tag/$version/</releaseNotes>
</metadata>