Skip to content

Commit

Permalink
fix post build command
Browse files Browse the repository at this point in the history
  • Loading branch information
katycat5e committed Jan 19, 2025
1 parent 5f79ac6 commit 06a548f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SkinManagerMod/SkinManagerMod.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@
<Import Project="..\SMShared\SMShared.projitems" Label="Shared" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>curl.exe "https://docs.google.com/spreadsheets/d/1TrI4RuUgCijOuCjxM_WsOO9AV0BO4noTIZIzal3HbnY/export?format=csv&amp;gid=1691364666" -L "https://docs.google.com" -o "$(TargetDir)\translations.csv" &gt; $null</PostBuildEvent>
<PostBuildEvent>curl.exe "https://docs.google.com/spreadsheets/d/1TrI4RuUgCijOuCjxM_WsOO9AV0BO4noTIZIzal3HbnY/export?format=csv&amp;gid=1691364666" -L "https://docs.google.com" -o "$(TargetDir)\translations.csv" &gt;NUL</PostBuildEvent>
</PropertyGroup>
</Project>

0 comments on commit 06a548f

Please sign in to comment.