fix: cleanup

This commit is contained in:
ndom91 2024-09-08 16:39:19 +02:00
parent bbe9249a01
commit 6396bfea45
2 changed files with 1 additions and 22 deletions

View File

@ -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 = {

View File

@ -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"
]
}