Skip to content

Commit

Permalink
Merge commit '50666c485c3dcf9cc28f21bfa962019d53a72e92'
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMyzrailGorynych committed Feb 10, 2024
2 parents 42be039 + 50666c4 commit 97423c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 97423c4

Please sign in to comment.