Commit e4940ea
committed
feat(owner): wire real auto-update via shared useUpdater(); fix(app): silent Dialog-plugin gap
- owner: register tauri-plugin-updater + tauri-plugin-process, add
bundle.createUpdaterArtifacts/plugins.updater to tauri.conf.json, call
useUpdater() from @7n/tauri-components/vue in App.vue, register Quasar
Dialog plugin (n-tauri.mdc updater canon — no local reimplementation).
- app: useUpdater() was already called but Quasar's Dialog plugin was never
registered, so $q.dialog(...) silently threw and no update prompt ever
appeared even though check()/download worked. Added Dialog to main.js.1 parent 8e507fa commit e4940ea
17 files changed
Lines changed: 606 additions & 2129 deletions
File tree
- app
- .changes
- src
- components/docs
- docs
- owner
- .changes
- src-tauri
- gen/schemas
- src
- docs
- src
- docs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments