File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,10 +173,7 @@ export default async function main() {
173173
174174 const buildToolsPath = path . resolve ( await getBinaryPath ( ) , "build-tools" ) ;
175175 // Validation
176- const validatorJar = path . resolve (
177- buildToolsPath ,
178- "dwf-format-2-validator-1.0.jar"
179- ) ;
176+ const validatorJar = path . resolve ( buildToolsPath , "wff-validator.jar" ) ;
180177
181178 if ( ! fs . existsSync ( validatorJar ) && ! nonInteractive ) {
182179 const answer = await inquirer . prompt ( [
@@ -199,7 +196,7 @@ export default async function main() {
199196 }
200197
201198 await downloadFile (
202- "https://github.com/google/watchface/releases/download/latest/dwf-format-2- validator-1.0 .jar" ,
199+ "https://github.com/google/watchface/releases/download/latest/wff- validator.jar" ,
203200 validatorJar
204201 ) ;
205202
You can’t perform that action at this time.
0 commit comments