Skip to content

Commit 59ebb3d

Browse files
committed
fix: installation error occurs
1 parent e68d41d commit 59ebb3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</packageTypes>
1313
<icon>icon.png</icon>
1414
<requireLicenseAcceptance>false</requireLicenseAcceptance>
15-
<releaseNotes>Remove unnecessary files from template</releaseNotes>
15+
<releaseNotes>For changelog, please see CHANGELOG.md</releaseNotes>
1616
<description>
1717
This is a Loupedeck .NET Template and I've created this so it is easier and more productive for me, to
1818
create Loupedeck Plugins and release them to my users.
@@ -27,6 +27,6 @@
2727
<files>
2828
<file src="TemplateFiles/**/*" exclude="obj/**;packages/**;**/*.user;"/>
2929
<file src="icon.png"/>
30-
<file src=".template.config/**"/>
30+
<file src=".template.config/*.*" target=".template.config"/>
3131
</files>
3232
</package>

0 commit comments

Comments
 (0)