tauri/.changes/tauri-build-resource-compiler.md
Fabian-Lars a547971209
fix(build): always invoke resource compiler on windows, fixes #8164 (#8168)
* fix(build): Always invoke resource compiler on windows, fixes #8164

* move all the stuff out of the version check

* check for icon path when setting the icon
2023-11-06 21:46:25 +02:00

6 lines
197 B
Markdown

---
"tauri-build": 'patch:bug'
---
Fixed an issue that caused the resource compiler to not run on Windows when `package.version` was not set in `tauri.conf.json` preventing the app from starting.