File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ var utils = require('../lib/utils');
55
55
* confirmations
56
56
* @property {string? } version set to a specific version
57
57
* @property {string } repoUrl url of repo of game to register
58
+ * @property {boolean } export true to export projects that need exporting like unity3d
58
59
* @property {string? } endpoint base url to register game. eg
59
60
* http://foo.com
60
61
* @property {string? } email email address to send notification.
@@ -214,7 +215,7 @@ var publish = function(gamePath, options) {
214
215
return make . make ( gamePath , filePath , {
215
216
exporterPath : options . exporterPath ,
216
217
exportPackage : options . exportPackage ,
217
- export : true ,
218
+ export : options . export ,
218
219
} ) ;
219
220
} ) . then ( function ( files ) {
220
221
files . forEach ( function ( file ) {
You can’t perform that action at this time.
0 commit comments