We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4baf27 commit 99e8656Copy full SHA for 99e8656
.github/actions/chocolatey/VERIFICATION.txt
@@ -0,0 +1,8 @@
1
+VERIFICATION
2
+
3
+Verification is intended to assist the Chocolatey moderators and community
4
+in verifying that this package's contents are trustworthy.
5
6
+The installer has been downloaded from https://github.com/coder/coder/releases
7
8
+Checksums can be found in the coder_VERSION_checksums.txt at https://github.com/coder/coder/releases
VERIFICATION
coder.nuspec
@@ -22,5 +22,8 @@
22
</metadata>
23
<files>
24
<file src="tools/**" target="tools" />
25
+ <file src="LICENSE" target="legal" />
26
+ <file src="LICENSE.enterprise" target="legal" />
27
+ <file src=".github/actions/chocolatey/VERIFICATION.txt" target="legal" />
28
</files>
29
</package>
0 commit comments