Skip to content

Instantly share code, notes, and snippets.

@unitycoder
Last active February 28, 2024 13:36
Show Gist options
  • Select an option

  • Save unitycoder/bdabe460947973b451e42e65bdf320e7 to your computer and use it in GitHub Desktop.

Select an option

Save unitycoder/bdabe460947973b451e42e65bdf320e7 to your computer and use it in GitHub Desktop.
Tauri notes

build dev or release

npm run tauri dev npm run tauri build

cannot build release " 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."

edit src-tauri/tauri.conf.json

exe build doesnt run in another pc?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment