(zotero) Add 64-bit installer (re-try) #2613
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds the new install option for 64-bit Zotero and simplifies the update a bit. This is essentially the same PR as submitted -- and closed -- previously but the version has been updated and it is hopefully "cleaner".
Description
update.ps1
to grab both 32-bit and 64-bit installer URLs, download the EXEs and replace the information in theVERIFICATION.txt
file.chocolateyinstall.ps1
to install either 32-bit or 64-bit flavor of Zotero.VERIFICATION.txt file
to better match the "standards" already in the repo.chocolateyinstall.ps1
andchocolateyuninstall.ps1
files to work for both bit levels.Motivation and Context
32-bit Zotero works fine on 64-bit systems, but regularly pops up a dialog indicating that it's not the most efficient version for the environment. The upgrade from 32-bit to 64-bit is as simple as a re-install, so fixing this package to have both bit-levels was fairly straightforward.
How Has this Been Tested?
In Windows 11 and the official test environment. Installed the 32-bit-only, v7.0.9 package then upgraded to the local, modified v7.0.11 package from this PR with no trouble. Also installed the proposed package without upgrading. Uninstalls worked too.
Types of changes
Checklist: