136136 "hasValue" : true
137137 },
138138 "intermediaDir" : {
139- "default" : " .pushy /intermedia/${platform}" ,
139+ "default" : " ${tempDir} /intermedia/${platform}" ,
140140 "hasValue" : true
141141 },
142142 "output" : {
143- "default" : " .pushy /output/${platform}.${time}.ppk" ,
143+ "default" : " ${tempDir} /output/${platform}.${time}.ppk" ,
144144 "hasValue" : true
145145 },
146146 "sourcemap" : {
167167 "description" : " Create diff patch" ,
168168 "options" : {
169169 "output" : {
170- "default" : " .pushy /output/diff" ,
170+ "default" : " ${tempDir} /output/diff" ,
171171 "hasValue" : true
172172 }
173173 }
176176 "description" : " Create diff patch from a Android package(.apk)" ,
177177 "options" : {
178178 "output" : {
179- "default" : " .pushy /output/diff-${time}.apk-patch" ,
179+ "default" : " ${tempDir} /output/diff-${time}.apk-patch" ,
180180 "hasValue" : true
181181 }
182182 }
185185 "description" : " Create diff patch from a iOS package(.ipa)" ,
186186 "options" : {
187187 "output" : {
188- "default" : " .pushy /output/diff-${time}.ipa-patch" ,
188+ "default" : " ${tempDir} /output/diff-${time}.ipa-patch" ,
189189 "hasValue" : true
190190 }
191191 }
194194 "description" : " Create hdiff patch" ,
195195 "options" : {
196196 "output" : {
197- "default" : " .pushy /output/hdiff" ,
197+ "default" : " ${tempDir} /output/hdiff" ,
198198 "hasValue" : true
199199 }
200200 }
203203 "description" : " Create hdiff patch from a Android package(.apk)" ,
204204 "options" : {
205205 "output" : {
206- "default" : " .pushy /output/hdiff-${time}.apk-patch" ,
206+ "default" : " ${tempDir} /output/hdiff-${time}.apk-patch" ,
207207 "hasValue" : true
208208 }
209209 }
212212 "description" : " Create hdiff patch from a Prepare package(.ppk)" ,
213213 "options" : {
214214 "output" : {
215- "default" : " .pushy /output/hdiff-${time}.ppk-patch" ,
215+ "default" : " ${tempDir} /output/hdiff-${time}.ppk-patch" ,
216216 "hasValue" : true
217217 }
218218 }
221221 "description" : " Create hdiff patch from a Harmony package(.app)" ,
222222 "options" : {
223223 "output" : {
224- "default" : " .pushy /output/hdiff-${time}.app-patch" ,
224+ "default" : " ${tempDir} /output/hdiff-${time}.app-patch" ,
225225 "hasValue" : true
226226 }
227227 }
230230 "description" : " Create hdiff patch from a iOS package(.ipa)" ,
231231 "options" : {
232232 "output" : {
233- "default" : " .pushy /output/hdiff-${time}.ipa-patch" ,
233+ "default" : " ${tempDir} /output/hdiff-${time}.ipa-patch" ,
234234 "hasValue" : true
235235 }
236236 }
241241 "default" : false
242242 }
243243 }
244- }
244+ }
0 commit comments