Mercurial > dotfiles
comparison install.cmd @ 378:5ae26582454e
Fix Windows install script error.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 25 Feb 2017 21:22:12 -0800 |
parents | 976988492a8f |
children | c6da0c9f40ae |
comparison
equal
deleted
inserted
replaced
375:8b2403eec572 | 378:5ae26582454e |
---|---|
63 del /Q "%appdata%\Console\console.xml" | 63 del /Q "%appdata%\Console\console.xml" |
64 ) | 64 ) |
65 if not exist "%appdata%\Console" mkdir "%appdata%\Console" | 65 if not exist "%appdata%\Console" mkdir "%appdata%\Console" |
66 copy "%CWD%console.xml" "%appdata%\Console\console.xml" | 66 copy "%CWD%console.xml" "%appdata%\Console\console.xml" |
67 | 67 |
68 setx GIT_SSH=%USERPROFILE%\Dropbox\Utilities\plink.exe | 68 setx GIT_SSH %USERPROFILE%\Dropbox\Utilities\plink.exe |
69 | 69 |