zotero/app
Dan Stillman 5f978c71ca Detect Windows-on-ARM in dir_build under an emulated shell
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.
2026-08-20 12:34:41 -04:00
..
assets Restore dxcompiler.dll on Windows for WebGPU and leave WebGPU pref on 2026-08-05 14:10:04 -04:00
linux Remove Linux i686 build support 2026-08-12 16:36:41 -04:00
mac Fix release build on x86 mac (#5926) 2026-07-31 13:41:33 -04:00
modules Update LibreOffice submodule 2026-07-14 13:39:07 -04:00
scripts Detect Windows-on-ARM in dir_build under an emulated shell 2026-08-20 12:34:41 -04:00
update-packaging Remove Linux i686 build support 2026-08-12 16:36:41 -04:00
win Update Windows build to Firefox 153.0esr 2026-08-04 12:55:27 -04:00
.gitignore Finish Windows ARM support 2024-05-28 06:44:21 +01:00
build.sh Don't require rsync in build.sh 2026-08-20 12:34:40 -04:00
config.sh Update Windows build to Firefox 153.0esr 2026-08-04 12:55:27 -04:00
README.md Add zotero-standalone-build repo as app folder 2023-04-26 04:40:22 -04:00

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.