Skip to content

Commit

Permalink
Re-flatten tools zip
Browse files Browse the repository at this point in the history
This broken when moving to core.
  • Loading branch information
gix committed Apr 10, 2022
1 parent 780512f commit 0a3a004
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@
<Error Condition="!Exists(@(ToolItem))" Text="Missing file: %(ToolItem.Identity)"/>
<Zip ZipFileName="$(PackageDir)ThemeTools-$(Version).zip"
WorkingDirectory="$(ToolsOutputPath)"
Files="@(ToolItem)"/>
Files="@(ToolItem)"
Flatten="true"/>
</Target>
</Project>

0 comments on commit 0a3a004

Please sign in to comment.