bump to 1.0.3

fix for linux fs
This commit is contained in:
FTCHD
2025-02-18 17:55:06 +02:00
parent b4bf3fcedf
commit 54eddb2c19
7 changed files with 10 additions and 28 deletions
-4
View File
@@ -193,10 +193,6 @@ export async function provisionRclone() {
const appLocalDataDirPath = await appLocalDataDir()
console.log('appLocalDataDirPath', appLocalDataDirPath)
await invoke('allow_dir', {
path: appLocalDataDirPath,
})
const appLocalDataDirPathExists = await exists(appLocalDataDirPath)
console.log('appLocalDataDirPathExists', appLocalDataDirPathExists)