Last active
February 28, 2024 13:36
-
-
Save unitycoder/bdabe460947973b451e42e65bdf320e7 to your computer and use it in GitHub Desktop.
Revisions
-
unitycoder revised this gist
Feb 28, 2024 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 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 -
unitycoder revised this gist
Feb 28, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
unitycoder revised this gist
Feb 28, 2024 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 ### exe build doesnt run in another pc? exe doesnt included webview2 by default! https://github.com/tauri-apps/tauri/issues/1886 -
unitycoder created this gist
Feb 28, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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