Skip to content

Commit b1cb745

Browse files
committed
update path to electron files for chocolatey
1 parent 8f6b347 commit b1cb745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chocolatey/altair-graphql.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
7676
<!-- this section controls what actually gets packaged into the Chocolatey package -->
7777
<file src="tools\**" target="tools" />
7878
<file src="legal\**" target="legal" />
79-
<file src="..\packages\altair-electron\out\**" target="bins" />
79+
<file src="..\packages\altair-electron\out\elx-files\out\**" target="bins" />
8080
<!--Building from Linux? You may need this instead: <file src="tools/**" target="tools" />-->
8181
</files>
8282
</package>

0 commit comments

Comments
 (0)