#can't find .exe file after building tauri app. only asset folder and some files in the dist folder
9 messages · Page 1 of 1 (latest)
it's in src-tauri/target/release
the dist folder only contains your frontend files
no i cant find one in it
what was the command you used to build the app?
npm run build
yeah, that only builds your frontend
to build the tauri app you're looking for npm run tauri build
now it is showing the error, Error You must change the bundle identifier in tauri.conf.json > tauri > bundle > identifier. The default value com.tauri.dev is not allowed as it must be unique across applications.
