Skip to content

Commit febebd6

Browse files
committed
Raking Canary's in Windows
Google Chrome Canary on Windows 8.1 x64 uses the folder 'Chrome SxS' Awesome addition to the repo, thanks y'all @rudisimo @simonowendesign
1 parent f793c1e commit febebd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ task :install, :backup do |t, args|
3232
chrome_dirs.push File.join(home_dir, "Library", "Application Support", "Google", "Chrome Canary")
3333
elsif OS.win?
3434
chrome_dirs.push File.join(home_dir, "AppData", "Local", "Google", "Chrome", "User Data")
35-
chrome_dirs.push File.join(home_dir, "AppData", "Local", "Google", "Chrome Canary", "User Data")
35+
chrome_dirs.push File.join(home_dir, "AppData", "Local", "Google", "Chrome SxS", "User Data")
3636
else
3737
puts "Unsuported OS..."
3838
end

0 commit comments

Comments
 (0)