mirror of
https://github.com/zotero/zotero.git
synced 2026-08-28 05:25:31 +00:00
The GitHub runner image installs the x64 build of Git for Windows, so its bash and everything run from it execute under x64 emulation on Windows on ARM, where uname -m reports x86_64 and the staged build got the wrong architecture. uname -s still reports the machine, as MINGW64_NT-10.0-26200-ARM64, so use that instead. If the image ever installs a native arm64 Git for Windows, uname -m will be correct and this can go. |
||
|---|---|---|
| .. | ||
| assets | ||
| linux | ||
| mac | ||
| modules | ||
| scripts | ||
| update-packaging | ||
| win | ||
| .gitignore | ||
| build.sh | ||
| config.sh | ||
| README.md | ||
Zotero Standalone build utility
These files are used to bundle the Zotero core into distributable bundles for Mac, Windows, and Linux.
Instructions for building and packaging are available on the Zotero wiki.