upgrade to chrome 64-bit

This commit is contained in:
Rui Lopes 2021-02-28 10:25:16 +00:00
parent abe5834991
commit 82ba20a916
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
"show_on_first_run_allowed": false "show_on_first_run_allowed": false
}, },
"distribution": { "distribution": {
"import_bookmarks_from_file": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\master_bookmarks.html", "import_bookmarks_from_file": "C:\\Program Files\\Google\\Chrome\\Application\\master_bookmarks.html",
"import_bookmarks": true, "import_bookmarks": true,
"import_history": true, "import_history": true,
"import_home_page": true, "import_home_page": true,

View File

@ -22,8 +22,8 @@ Write-Host 'Installing Google Chrome from the nexus server...'
# do not ignore the checksums and there's a new chrome version available. # do not ignore the checksums and there's a new chrome version available.
# see https://www.chromium.org/administrators/configuring-other-preferences # see https://www.chromium.org/administrators/configuring-other-preferences
choco install -y --ignore-checksums googlechrome choco install -y --ignore-checksums googlechrome
$chromeLocation = 'C:\Program Files (x86)\Google\Chrome\Application' $chromeLocation = 'C:\Program Files\Google\Chrome\Application'
cp -Force GoogleChrome-external_extensions.json (Get-Item "$chromeLocation\*\default_apps\external_extensions.json").FullName cp -Force GoogleChrome-external_extensions.json (Resolve-Path "$chromeLocation\*\default_apps\external_extensions.json")
cp -Force GoogleChrome-master_preferences.json "$chromeLocation\master_preferences" cp -Force GoogleChrome-master_preferences.json "$chromeLocation\master_preferences"
cp -Force GoogleChrome-master_bookmarks.html "$chromeLocation\master_bookmarks.html" cp -Force GoogleChrome-master_bookmarks.html "$chromeLocation\master_bookmarks.html"