Skip to content

fix: build failing missing tauri restartForUpdate command#3985

Merged
louis030195 merged 1 commit into
screenpipe:mainfrom
Anshgrover23:fix/build-failing-missing-tauri-restart-for-update
Jun 10, 2026
Merged

fix: build failing missing tauri restartForUpdate command#3985
louis030195 merged 1 commit into
screenpipe:mainfrom
Anshgrover23:fix/build-failing-missing-tauri-restart-for-update

Conversation

@Anshgrover23

@Anshgrover23 Anshgrover23 commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Description:

  • Follow-up to fix(updates): unblock restart to apply update on macOS #3984. restart_for_update Tauri command was added to updates.rs but lib/utils/tauri.ts wasn't regenerated,
    so commands.restartForUpdate doesn't exist on the typed surface.
  • CI fails on bun run typecheck and tauri build: components/update-banner.tsx(139,36): error TS2339: Property 'restartForUpdate' does not exist on type ....

regenerated specta bindings — restart_for_update was added to updates.rs
in screenpipe#3984 but lib/utils/tauri.ts was not regenerated, breaking typecheck
and tauri build:

  components/update-banner.tsx(139,36): error TS2339:
  Property 'restartForUpdate' does not exist on type ...

ran: bun run bindings:generate
@Anshgrover23

Copy link
Copy Markdown
Contributor Author

@louis030195 Can I get a review on this one ?

@louis030195 louis030195 merged commit 3cf2b7a into screenpipe:main Jun 10, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants