mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
fix(tauri) fix tauricon usage
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user