Compare commits

...

1 Commits

Author SHA1 Message Date
Florian Rival
8cfd4c0fff WIP with AppX 2021-07-20 22:48:30 +01:00
2 changed files with 7 additions and 1 deletions

View File

@@ -62,7 +62,7 @@ jobs:
# Build GDevelop IDE (seems like we need to allow Node.js to use more space than usual)
- run:
name: Build GDevelop IDE
command: export NODE_OPTIONS="--max-old-space-size=7168" && cd newIDE/electron-app && npm run build -- --mac zip --win --linux tar.gz --publish=never
command: export NODE_OPTIONS="--max-old-space-size=7168" && cd newIDE/electron-app && npm run build -- --win nsis,appx --linux AppImage --publish=never
- run:
name: Clean dist folder to keep only installers/binaries.

View File

@@ -30,6 +30,12 @@
"to": "GDJS"
}
],
"appx": {
"publisherDisplayName": "GDevelop game engine",
"displayName": "GDevelop",
"publisher": "CN=B13CB8D3-97AA-422C-A394-0EE51B9ACAD3",
"identityName": "GDevelopgameengine.GDevelop"
},
"mac": {
"category": "public.app-category.developer-tools",
"hardenedRuntime": true,