pull/504/head
Lucas Nogueira 2 years ago
parent 675924599a
commit d27fa0582b
No known key found for this signature in database
GPG Key ID: FFEA6C72E73482F1

@ -81,7 +81,7 @@
"path": "./plugins/deep-link/examples/app",
"manager": "javascript",
"publish": false,
"dependencies": [ "deep-link-js" ],
"dependencies": ["deep-link-js"],
"postversion": "pnpm install --no-frozen-lockfile"
},

@ -8,9 +8,7 @@
"bundle": {
"identifier": "studio.tauri.example",
"active": true,
"icon": [
"../../../examples/api/src-tauri/icons/icon.png"
]
"icon": ["../../../examples/api/src-tauri/icons/icon.png"]
},
"windows": [
{
@ -21,4 +19,4 @@
"csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: http://tauri.localhost 'unsafe-eval' 'unsafe-inline' 'self'"
}
}
}
}

@ -33,9 +33,7 @@
},
"plugins": {
"updater": {
"endpoints": [
"http://localhost:3007"
]
"endpoints": ["http://localhost:3007"]
}
}
}
}

Loading…
Cancel
Save