🐛 Increase the timeout period

This commit is contained in:
Tw93
2025-08-20 15:30:45 +08:00
parent 27e02e91ee
commit fe85dfff98
2 changed files with 7 additions and 3 deletions

View File

@@ -96,9 +96,7 @@ const main = async () => {
let params = buildParameters();
if (process.env.MULTI_ARCH === "true") {
await execa("rustup", ["target", "add", "aarch64-apple-darwin"]);
}
// Multi-arch target is now handled in GitHub Actions workflow
if (process.env.ICON && process.env.ICON !== "") {
const iconFile = getIconFileName();