Commit graph

6 commits

Author SHA1 Message Date
Dan Stillman
90d5e1e551 Update Linux updater for Zotero 7 2023-05-20 10:51:47 +00:00
Dan Stillman
cc65ca032e Update Windows updater for Zotero 7 2023-05-18 04:58:35 +01:00
Dan Stillman
6261640a92 Update Mac updater for Zotero 7
We were previously using an old version of the Mozilla updater before they
added Mozilla signature verification, but it's Intel-only, so we need to build
our own version of the current updater with signature verification disabled.
2023-05-17 04:35:40 -04:00
Dan Stillman
93f009e9d8 Win: Update to Firefox 102.10.0 and don't create default-esr profile
zotero.exe.tar.xz is now stored using Git LFS, so anyone building the
app on Windows will need that installed.
2023-05-09 07:06:19 +01:00
Dan Stillman
fbf1f57352 Fix enforcing of Unix newlines for SQL files
Follow-up from f6fc14f7

Newline handling in Git 2.7.2 on Windows seems totally broken to me --
if I have core.autocrlf set to true but .gitattributes has
"* text=auto", text files with Unix newlines get converted to CRLF,
which seems contrary to all documentation I can find. In any case, this
is probably only an issue for SQL files (and only because of one regexp
that I'm too stubborn to change), and we don't generally have Windows
users committing new files, so can limit this to SQL for now.
2016-02-26 18:37:44 -05:00
Dan Stillman
f6fc14f7a0 Enforce Unix newlines
Without this, a Git checkout on Windows could result in files with
Windows newlines, which aren't read properly in some cases.
2016-02-23 14:46:54 -05:00