mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-22 18:45:19 +02:00
add show in finder
This commit is contained in:
parent
41f783d504
commit
f9ddc6549a
5 changed files with 46 additions and 1 deletions
|
|
@ -489,6 +489,10 @@ const ipcSchemas = {
|
|||
req: z.object({ path: z.string() }),
|
||||
res: z.object({ error: z.string().optional() }),
|
||||
},
|
||||
'shell:showItemInFolder': {
|
||||
req: z.object({ path: z.string() }),
|
||||
res: z.object({ success: z.literal(true) }),
|
||||
},
|
||||
'shell:readFileBase64': {
|
||||
req: z.object({ path: z.string() }),
|
||||
res: z.object({ data: z.string(), mimeType: z.string(), size: z.number() }),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue