We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43dc200 commit b109ef6Copy full SHA for b109ef6
1 file changed
src/DockingAlignmentDisplay/Directory.Build.targets
@@ -34,7 +34,7 @@
34
<Delete Condition="$(ConfigurationName) == Release"
35
Files="$(SolutionDir)/dist/$(SolutionName)-$(Version).zip"/>
36
<Exec Condition="$(ConfigurationName) == Release"
37
- Command="powershell Compress-Archive -Path '$(SolutionDir)/dist/$(ConfigurationName)/BepInEx' -DestinationPath '$(SolutionDir)/dist/$(SolutionName)-$(Version).zip'"/>
+ Command="powershell 7z a '$(SolutionDir)/dist/$(SolutionName)-$(Version).zip' '$(SolutionDir)/dist/$(ConfigurationName)/BepInEx'"/>
38
39
<Message Text="Clean up the game's plugin folder" Condition="$(ConfigurationName) == Deploy Or $(ConfigurationName) == DeployAndRun"/>
40
<RemoveDir Condition="$(ConfigurationName) == Deploy Or $(ConfigurationName) == DeployAndRun"
0 commit comments