From 50666c485c3dcf9cc28f21bfa962019d53a72e92 Mon Sep 17 00:00:00 2001 From: Cosmo Myzrail Gorynych Date: Sat, 10 Feb 2024 21:04:50 +1200 Subject: [PATCH] :construction: (Probably) Fix vanishing win64 builds --- gulpfile.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gulpfile.mjs b/gulpfile.mjs index 8a5ae9909..2bb336ed3 100644 --- a/gulpfile.mjs +++ b/gulpfile.mjs @@ -636,7 +636,9 @@ export const deployItchOnly = async () => { console.log(`For channel ${channelPostfix}`); if (!(await fs.pathExists(`./build/ctjs - v${pack.version}/osxarm`))) { // No build for OSX ARM + if (platforms.indexOf('osxarm') !== -1) { platforms.splice(platforms.indexOf('osxarm'), 1); + } } for (const platform of platforms) { if (nightly) {