diff --git a/dist/cli.js b/dist/cli.js index 6b539df..4a562e0 100644 --- a/dist/cli.js +++ b/dist/cli.js @@ -1620,6 +1620,7 @@ function mergeTauriConfig(url, options, tauriConf) { tauriConf.tauri.bundle.icon = [options.icon]; if (process.platform === "win32") { const ico_path = path.join(npmDirectory, `src-tauri/png/${name.toLowerCase()}_32.ico`); + tauriConf.tauri.bundle.resources = [`png/${name.toLowerCase()}_32.ico`]; yield fs.copyFile(options.icon, ico_path); } if (process.platform === "linux") {