Skip to content

Commit

Permalink
fix git info after clone
Browse files Browse the repository at this point in the history
  • Loading branch information
yonixw committed Jan 4, 2021
1 parent 1b4752f commit 2af915a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MangaPrinter.WpfGUI/Batch/GitInfo.bat
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ FOR /F "tokens=*" %%g IN ('git status --porcelain') do (
SET dirty=*
)


echo %latesttag%+%commitsafter%%dirty% (%branch%) %commitinfo% > "%projectdir%Resources\GitInfo.txt"
mkdir "%projectdir%Resources"
echo "%latesttag%+%commitsafter%%dirty% (%branch%) %commitinfo%" > "%projectdir%Resources\GitInfo.txt"

0 comments on commit 2af915a

Please sign in to comment.