Skip to content

Commit

Permalink
move localization files to HearthSim/HDT-Localization
Browse files Browse the repository at this point in the history
  • Loading branch information
azeier committed Sep 20, 2016
1 parent 0e768a6 commit ecdec79
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3,347 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,5 @@ HearthDb/
HearthMirror/

HSReplay-Api/
Hearthstone Deck Tracker/Properties/Strings.Designer.cs
Hearthstone Deck Tracker/Properties/Strings.*
HDT-Localization/
7 changes: 7 additions & 0 deletions Hearthstone Deck Tracker/Hearthstone Deck Tracker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -1465,6 +1465,13 @@ if exist $(SolutionDir)HSReplay-Api (
) else (
git clone https://github.com/HearthSim/HSReplay-API-Client.git $(SolutionDir)HSReplay-Api
)
if exist $(SolutionDir)HDT-Localization (
git -C $(SolutionDir)HDT-Localization fetch
git -C $(SolutionDir)HDT-Localization reset --hard origin/master
) else (
git clone https://github.com/HearthSim/HDT-Localization.git $(SolutionDir)HDT-Localization
)
xcopy /Y "$(SolutionDir)HDT-Localization\*.resx" "$(ProjectDir)Properties\"
mkdir "$(TargetDir)\Images\Bars"
mkdir "$(TargetDir)\Images\Themes"
xcopy /E /Y /Q "$(ProjectDir)Images\Bars" "$(TargetDir)\Images\Bars"
Expand Down
Loading

0 comments on commit ecdec79

Please sign in to comment.