SPA & Text Inputs
This commit is contained in:
parent
c7375caef1
commit
85f86a36e8
10 changed files with 80 additions and 21 deletions
src-tauri
|
@ -3,7 +3,7 @@
|
|||
"beforeDevCommand": "yarn dev",
|
||||
"beforeBuildCommand": "yarn build",
|
||||
"devPath": "http://localhost:1420",
|
||||
"distDir": "../dist",
|
||||
"distDir": "../build",
|
||||
"withGlobalTauri": false
|
||||
},
|
||||
"package": {
|
||||
|
@ -21,7 +21,7 @@
|
|||
"bundle": {
|
||||
"active": true,
|
||||
"targets": "all",
|
||||
"identifier": "com.tauri.dev",
|
||||
"identifier": "com.comicinfo.editor",
|
||||
"icon": [
|
||||
"icons/32x32.png",
|
||||
"icons/128x128.png",
|
||||
|
|
Reference in a new issue