Add newIDE examples directory to the list of resources copied when bundling

This commit is contained in:
Florian Rival
2017-06-02 00:45:32 +02:00
parent e68e9d27bb
commit f7cfd21c48

View File

@@ -12,6 +12,12 @@
},
"build": {
"appId": "com.gdevelop.ide",
"extraResources": [
{
"from": "../app/resources/examples",
"to": "examples"
}
],
"mac": {
"category": "public.app-category.developer-tools"
}