mirror of
https://github.com/OpenListTeam/OpenList-Desktop.git
synced 2025-11-25 03:14:56 +08:00
* 📦 Chore(custom): update build command * 🐛 Fix(custom): fix action error * 🐛 Fix(custom): fix ci * 🐛 Fix(custom): fix prepare.js for linux and macos * 🐛 Fix(custom): fix windows scripts syntax * 🐛 Fix(custom): add linker for linux * 🐛 Fix(custom): fix linux arm building * 🐛 Fix(custom): add creation flags for silent installer on Windows
6 lines
143 B
TOML
6 lines
143 B
TOML
[target.aarch64-unknown-linux-gnu]
|
|
linker = "aarch64-linux-gnu-gcc"
|
|
|
|
[target.armv7-unknown-linux-gnueabihf]
|
|
linker = "arm-linux-gnueabihf-gcc"
|