#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)

normal sail
median magnet
#

it's in src-tauri/target/release

#

the dist folder only contains your frontend files

normal sail
#

no i cant find one in it

median magnet
#

what was the command you used to build the app?

normal sail
#

npm run build

median magnet
#

yeah, that only builds your frontend

#

to build the tauri app you're looking for npm run tauri build

normal sail
#

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.