1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-21 18:02:35 +01:00
This commit is contained in:
Mikael Finstad 2024-10-06 16:28:07 +02:00
parent 4b65d27728
commit 2378ca35b0
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

View File

@ -14,7 +14,7 @@ import { DirectoryAccessDeclinedError } from '../../errors';
// Therefore we set the flag com.apple.security.files.user-selected.read-write
// With this flag, we can show the user an open-dialog for a **directory**, and once the user has opened that directory, we can read/write files in this directory until the app is restarted.
// NOTE! fs.stat is still allowed everywhere, even though read/write is not
// see also developer-notes.md
// see also CONTRIBUTING.md
// const simulateMasBuild = isDev; // can be used for testing this logic without having to build mas-dev
const simulateMasBuild = false;