Skip to content

Commit

Permalink
[skip ci] removed extra slash passing path to CompressIconFolders.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
maforget committed Jul 2, 2024
1 parent a9f4d2e commit 7bd217f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ComicRack/ComicRack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>powershell -NoProfile -ExecutionPolicy Bypass -File "$(SolutionDir)\CompressIconFolders.ps1" -BaseDirectory "$(TargetDir)"
<PostBuildEvent>powershell -NoProfile -ExecutionPolicy Bypass -File "$(SolutionDir)CompressIconFolders.ps1" -BaseDirectory "$(TargetDir)"

if $(ConfigurationName) == Debug Goto :Exit
del /Q *.pdb
Expand Down

0 comments on commit 7bd217f

Please sign in to comment.