mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-28 13:26:16 +03:00
fix: cleanup
This commit is contained in:
parent
bbe9249a01
commit
6396bfea45
@ -3,11 +3,11 @@ import { showError } from '$lib/notifications/toasts';
|
||||
import { persisted } from '$lib/persisted/persisted';
|
||||
import * as toasts from '$lib/utils/toasts';
|
||||
import { open } from '@tauri-apps/api/dialog';
|
||||
import { join } from '@tauri-apps/api/path';
|
||||
import { plainToInstance } from 'class-transformer';
|
||||
import { get, writable } from 'svelte/store';
|
||||
import type { HttpClient } from './httpClient';
|
||||
import { goto } from '$app/navigation';
|
||||
import { join } from '@tauri-apps/api/path';
|
||||
|
||||
export type KeyType = 'gitCredentialsHelper' | 'local' | 'systemExecutable';
|
||||
export type LocalKey = {
|
||||
|
@ -1,21 +0,0 @@
|
||||
{
|
||||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "main",
|
||||
"description": "permissions for gitbutler tauri",
|
||||
"windows": ["main"],
|
||||
"local": true,
|
||||
"permissions": [
|
||||
"clipboard-manager:allow-write-text",
|
||||
"core:default",
|
||||
"core:window:allow-start-dragging",
|
||||
"core:window:default",
|
||||
"dialog:allow-open",
|
||||
"fs:allow-read-dir",
|
||||
"fs:allow-read-file",
|
||||
"log:default",
|
||||
"process:default",
|
||||
"shell:allow-open",
|
||||
"store:default",
|
||||
"updater:default"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user