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.

Revisions

  1. unitycoder revised this gist Feb 28, 2024. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions tauri.md
    Original file line number Diff line number Diff line change
    @@ -8,5 +8,5 @@ edit src-tauri/tauri.conf.json

    ### exe build doesnt run in another pc?

    exe doesnt include webview2 by default!
    https://github.com/tauri-apps/tauri/issues/1886
    - exe doesnt include webview2 https://github.com/tauri-apps/tauri/issues/1886
    - and you cannot bundle webview in exe! (so tauri is bit useless at that point, for making single exe no installer builds) https://github.com/tauri-apps/tauri/discussions/4774
  2. unitycoder revised this gist Feb 28, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion tauri.md
    Original file line number Diff line number Diff line change
    @@ -8,5 +8,5 @@ edit src-tauri/tauri.conf.json

    ### exe build doesnt run in another pc?

    exe doesnt included webview2 by default!
    exe doesnt include webview2 by default!
    https://github.com/tauri-apps/tauri/issues/1886
  3. unitycoder revised this gist Feb 28, 2024. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion tauri.md
    Original file line number Diff line number Diff line change
    @@ -4,4 +4,9 @@ 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
    edit src-tauri/tauri.conf.json

    ### exe build doesnt run in another pc?

    exe doesnt included webview2 by default!
    https://github.com/tauri-apps/tauri/issues/1886
  4. unitycoder created this gist Feb 28, 2024.
    7 changes: 7 additions & 0 deletions tauri.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    ### 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