Skip to content

Commit

Permalink
add app to priviledged schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Aug 23, 2024
1 parent 845d21d commit a0bef37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ protocol.registerSchemesAsPrivileged([
scheme: 'webhapp',
privileges: { standard: true, secure: true, stream: true },
},
{
scheme: 'app',
privileges: { standard: true, secure: true, stream: true },
},
]);

const LAUNCHER_FILE_SYSTEM = LauncherFileSystem.connect(app, VALIDATED_CLI_ARGS.profile);
Expand Down

0 comments on commit a0bef37

Please sign in to comment.