Skip to content

Commit

Permalink
sorry, mistake. again relates to Ghini#167 and Ghini#215
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrasca committed Dec 12, 2015
1 parent bdc75c0 commit 3c350c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/devinstall.bat
Expand Up @@ -40,8 +40,8 @@ ECHO create the globalizing script
IF DEFINED PUBLIC (SET AUDESKTOP=%PUBLIC%\Desktop) & (SET AUSTARTMENU=%PROGRAMDATA%\Microsoft\Windows\Start Menu) ELSE (SET AUDESKTOP=%ALLUSERSPROFILE%\Desktop) & (SET AUSTARTMENU=%ALLUSERSPROFILE%\Start Menu)
(
echo @echo off
mkdir "%AUSTARTMENU%\Programs\Bauble"
copy "%HOMEDRIVE%%HOMEPATH%"\Local\github\Bauble\bauble.classic\scripts\bauble.lnk "%AUSTARTMENU%\Programs\Bauble"
echo mkdir "%AUSTARTMENU%\Programs\Bauble"
echo copy "%HOMEDRIVE%%HOMEPATH%"\Local\github\Bauble\bauble.classic\scripts\bauble.lnk "%AUSTARTMENU%\Programs\Bauble"
) > devinstall-finalize.bat

ECHO please run devinstall-finalize.bat as administrator.
Expand Down

0 comments on commit 3c350c2

Please sign in to comment.