Compare commits

...

2 Commits

Author SHA1 Message Date
Florian Rival
5d5e0be505 Code sign even for pull request for testing 2023-06-22 12:19:47 +02:00
Florian Rival
06cd5307bb Fix macOS build with Steamworks.js 2023-06-22 11:49:24 +02:00
2 changed files with 3 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ jobs:
# Note: Code signing is done using CSC_LINK (see https://www.electron.build/code-signing).
- run:
name: Build GDevelop IDE
command: export NODE_OPTIONS="--max-old-space-size=7168" && cd newIDE/electron-app && npm run build -- --mac --publish=never
command: export NODE_OPTIONS="--max-old-space-size=7168" && cd newIDE/electron-app && CSC_FOR_PULL_REQUEST=true npm run build -- --mac --publish=never
- run:
name: Clean dist folder to keep only installers/binaries.

View File

@@ -70,7 +70,8 @@
"x64",
"arm64"
]
}
},
"signIgnore": ["node_modules/steamworks.js"]
},
"win": {
"executableName": "GDevelop"