This repository was archived by the owner on Apr 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +35
-35
lines changed Expand file tree Collapse file tree 1 file changed +35
-35
lines changed Original file line number Diff line number Diff line change @@ -103,41 +103,41 @@ var ReleaseSchema = new Schema({
103103 default : ""
104104 } ,
105105
106- /**
107- * Size of the debug version compressed
108- * @property {String } compressedSize
109- */
110- debugCompressedSize : {
111- type : String ,
112- default : "0"
113- } ,
114-
115- /**
116- * Size of the debug version uncompressed
117- * @property {String } compressedSize
118- */
119- debugUncompressedSize : {
120- type : String ,
121- default : "0"
122- } ,
123-
124- /**
125- * Size of the game compressed
126- * @property {String } compressedSize
127- */
128- releaseCompressedSize : {
129- type : String ,
130- default : "0"
131- } ,
132-
133- /**
134- * Size of the game uncompressed
135- * @property {String } compressedSize
136- */
137- releaseUncompressedSize : {
138- type : String ,
139- default : "0"
140- } ,
106+ /**
107+ * Size of the debug version compressed
108+ * @property {String } compressedSize
109+ */
110+ debugCompressedSize : {
111+ type : String ,
112+ default : "0"
113+ } ,
114+
115+ /**
116+ * Size of the debug version uncompressed
117+ * @property {String } compressedSize
118+ */
119+ debugUncompressedSize : {
120+ type : String ,
121+ default : "0"
122+ } ,
123+
124+ /**
125+ * Size of the game compressed
126+ * @property {String } compressedSize
127+ */
128+ releaseCompressedSize : {
129+ type : String ,
130+ default : "0"
131+ } ,
132+
133+ /**
134+ * Size of the game uncompressed
135+ * @property {String } compressedSize
136+ */
137+ releaseUncompressedSize : {
138+ type : String ,
139+ default : "0"
140+ } ,
141141
142142 /**
143143 * Definition of what features, sizes and ui
You can’t perform that action at this time.
0 commit comments