Skip to content

Commit

Permalink
Build zip for macOS on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
4ian committed Jan 16, 2020
1 parent 44dbbd7 commit adbcef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# Build GDevelop IDE
- run:
name: Build GDevelop IDE
command: cd newIDE/electron-app && npm run build -- --mac --win --linux tar.gz --publish=never
command: cd newIDE/electron-app && npm run build -- --mac zip --win --linux tar.gz --publish=never

- run:
name: Clean dist folder to keep only installers/binaries.
Expand Down

0 comments on commit adbcef8

Please sign in to comment.