From 8e9757b24f232e6b3b53e3a5e2124c1bcab0bbb9 Mon Sep 17 00:00:00 2001 From: Jesper Hess Nielsen Date: Thu, 30 Jul 2015 13:07:58 +0200 Subject: [PATCH] Update boxstarter.txt --- boxstarter.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boxstarter.txt b/boxstarter.txt index bd7870e..3a94016 100644 --- a/boxstarter.txt +++ b/boxstarter.txt @@ -46,6 +46,6 @@ cinst sublimetext3 -y ### Fun ### choco install spotify -y -Install-ChocolateyPinnedTaskBarItem "$env:programfiles(x86)\Google\Chrome\Application\chrome.exe" -Install-ChocolateyPinnedTaskBarItem "$env:programfiles(x86)\Mozilla Thunderbird\thunderbird.exe" -Install-ChocolateyPinnedTaskBarItem "$env:programfiles\Sublime Text 3\sublime_text.exe" +Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Google\Chrome\Application\chrome.exe" +Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Mozilla Thunderbird\thunderbird.exe" +Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles)\Sublime Text 3\sublime_text.exe"