We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f6b347 commit b1cb745Copy full SHA for b1cb745
chocolatey/altair-graphql.nuspec
@@ -76,7 +76,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
76
<!-- this section controls what actually gets packaged into the Chocolatey package -->
77
<file src="tools\**" target="tools" />
78
<file src="legal\**" target="legal" />
79
- <file src="..\packages\altair-electron\out\**" target="bins" />
+ <file src="..\packages\altair-electron\out\elx-files\out\**" target="bins" />
80
<!--Building from Linux? You may need this instead: <file src="tools/**" target="tools" />-->
81
</files>
82
</package>
0 commit comments