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", "path": "./plugins/deep-link/examples/app",
"manager": "javascript", "manager": "javascript",
"publish": false, "publish": false,
"dependencies": [ "deep-link-js" ], "dependencies": ["deep-link-js"],
"postversion": "pnpm install --no-frozen-lockfile" "postversion": "pnpm install --no-frozen-lockfile"
}, },

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

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

Loading…
Cancel
Save