Skip to content

Commit

Permalink
Update main branch of the microsoft/terminal repository
Browse files Browse the repository at this point in the history
  • Loading branch information
fran-f committed Sep 8, 2021
1 parent 3b7246d commit 6d07fe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resources/download.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
git clone -n --depth=1 https://github.com/microsoft/terminal/
git --git-dir=terminal/.git checkout master -- src/cascadia/CascadiaPackage/ProfileIcons/*-200.png
git --git-dir=terminal/.git checkout master -- res/terminal/images/Square44x44Logo.targetsize-96.png
git --git-dir=terminal/.git checkout main -- src/cascadia/CascadiaPackage/ProfileIcons/*-200.png
git --git-dir=terminal/.git checkout main -- res/terminal/images/Square44x44Logo.targetsize-96.png
move src\cascadia\CascadiaPackage\ProfileIcons\*-200.png .
move res\terminal\images\Square44x44Logo.targetsize-96.png WindowsTerminal.png
rd /s /q terminal src res

0 comments on commit 6d07fe9

Please sign in to comment.