Skip to content

Commit aa9b650

Browse files
committed
chore(choco): switch to licenseUrl and normalize file paths
Replaced the embedded <license type="file"> element with a direct licenseUrl pointing to the repo’s LICENSE.txt for clearer moderation review. Also updated all <file> entries to use forward slashes for consistent, cross-platform path handling in the Chocolatey package.
1 parent f1391fa commit aa9b650

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

choco/colorcop.nuspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Color Cop is a multi-purpose color picker for Windows, featuring an eyedropper,
1919
<supportUrl>https://github.com/ColorCop/ColorCop/issues</supportUrl>
2020
<docsUrl>https://github.com/ColorCop/ColorCop#readme</docsUrl>
2121

22-
<license type="file">tools/LICENSE.txt</license>
22+
<licenseUrl>https://github.com/ColorCop/ColorCop/blob/main/LICENSE.txt</licenseUrl>
2323
<iconUrl>https://colorcop.net/images/ccicon.png</iconUrl>
2424

2525
<requireLicenseAcceptance>false</requireLicenseAcceptance>
@@ -29,10 +29,10 @@ Color Cop is a multi-purpose color picker for Windows, featuring an eyedropper,
2929
</metadata>
3030

3131
<files>
32-
<file src="tools\chocolateyinstall.ps1" target="tools" />
33-
<file src="tools\chocolateyuninstall.ps1" target="tools" />
34-
<file src="tools\colorcop-setup.exe" target="tools" />
35-
<file src="tools\LICENSE.txt" target="tools" />
36-
<file src="tools\VERIFICATION.txt" target="tools" />
32+
<file src="tools/chocolateyinstall.ps1" target="tools" />
33+
<file src="tools/chocolateyuninstall.ps1" target="tools" />
34+
<file src="tools/colorcop-setup.exe" target="tools" />
35+
<file src="tools/LICENSE.txt" target="tools" />
36+
<file src="tools/VERIFICATION.txt" target="tools" />
3737
</files>
3838
</package>

0 commit comments

Comments
 (0)