fix(tauri) fix tauricon usage

This commit is contained in:
Lucas Nogueira
2020-07-09 00:28:40 -03:00
parent 583ab8c636
commit 219a7d4c04

View File

@@ -88,7 +88,7 @@ async function buildProject(root: string, debug: boolean, { configPath, distPath
version
}
if (iconPath) {
return execCommand(`${runner} icon --icon ${join(root, iconPath)}`, { cwd: root }).then(() => app)
return execCommand(`${runner} icon --i ${join(root, iconPath)}`, { cwd: root }).then(() => app)
}
return app