We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f92e10e commit 06004a4Copy full SHA for 06004a4
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "echo",
3
"private": true,
4
- "version": "0.1.9",
+ "version": "0.1.10",
5
"type": "module",
6
"scripts": {
7
"dev": "vite",
src-tauri/tauri.conf.json
"$schema": "https://schema.tauri.app/config/2.0.0-rc",
"productName": "echo",
"identifier": "com.wangenius.echo",
"build": {
"frontendDist": "../dist",
@@ -124,7 +124,9 @@
124
"updater": {
125
"windows": {
126
"installMode": "passive",
127
- "installerArgs": ["/D=$INSTDIR"]
+ "installerArgs": [
128
+ "/D=$INSTDIR"
129
+ ]
130
},
131
"active": true,
132
"endpoints": [
0 commit comments