136
136
"hasValue" : true
137
137
},
138
138
"intermediaDir" : {
139
- "default" : " .pushy /intermedia/${platform}" ,
139
+ "default" : " ${tempDir} /intermedia/${platform}" ,
140
140
"hasValue" : true
141
141
},
142
142
"output" : {
143
- "default" : " .pushy /output/${platform}.${time}.ppk" ,
143
+ "default" : " ${tempDir} /output/${platform}.${time}.ppk" ,
144
144
"hasValue" : true
145
145
},
146
146
"sourcemap" : {
167
167
"description" : " Create diff patch" ,
168
168
"options" : {
169
169
"output" : {
170
- "default" : " .pushy /output/diff" ,
170
+ "default" : " ${tempDir} /output/diff" ,
171
171
"hasValue" : true
172
172
}
173
173
}
176
176
"description" : " Create diff patch from a Android package(.apk)" ,
177
177
"options" : {
178
178
"output" : {
179
- "default" : " .pushy /output/diff-${time}.apk-patch" ,
179
+ "default" : " ${tempDir} /output/diff-${time}.apk-patch" ,
180
180
"hasValue" : true
181
181
}
182
182
}
185
185
"description" : " Create diff patch from a iOS package(.ipa)" ,
186
186
"options" : {
187
187
"output" : {
188
- "default" : " .pushy /output/diff-${time}.ipa-patch" ,
188
+ "default" : " ${tempDir} /output/diff-${time}.ipa-patch" ,
189
189
"hasValue" : true
190
190
}
191
191
}
194
194
"description" : " Create hdiff patch" ,
195
195
"options" : {
196
196
"output" : {
197
- "default" : " .pushy /output/hdiff" ,
197
+ "default" : " ${tempDir} /output/hdiff" ,
198
198
"hasValue" : true
199
199
}
200
200
}
203
203
"description" : " Create hdiff patch from a Android package(.apk)" ,
204
204
"options" : {
205
205
"output" : {
206
- "default" : " .pushy /output/hdiff-${time}.apk-patch" ,
206
+ "default" : " ${tempDir} /output/hdiff-${time}.apk-patch" ,
207
207
"hasValue" : true
208
208
}
209
209
}
212
212
"description" : " Create hdiff patch from a Prepare package(.ppk)" ,
213
213
"options" : {
214
214
"output" : {
215
- "default" : " .pushy /output/hdiff-${time}.ppk-patch" ,
215
+ "default" : " ${tempDir} /output/hdiff-${time}.ppk-patch" ,
216
216
"hasValue" : true
217
217
}
218
218
}
221
221
"description" : " Create hdiff patch from a Harmony package(.app)" ,
222
222
"options" : {
223
223
"output" : {
224
- "default" : " .pushy /output/hdiff-${time}.app-patch" ,
224
+ "default" : " ${tempDir} /output/hdiff-${time}.app-patch" ,
225
225
"hasValue" : true
226
226
}
227
227
}
230
230
"description" : " Create hdiff patch from a iOS package(.ipa)" ,
231
231
"options" : {
232
232
"output" : {
233
- "default" : " .pushy /output/hdiff-${time}.ipa-patch" ,
233
+ "default" : " ${tempDir} /output/hdiff-${time}.ipa-patch" ,
234
234
"hasValue" : true
235
235
}
236
236
}
241
241
"default" : false
242
242
}
243
243
}
244
- }
244
+ }
0 commit comments