Fix typos

This commit is contained in:
Dimitris Apostolou
2022-02-09 22:33:19 +02:00
parent 0e853ec7b7
commit 718d0a7046
13 changed files with 13 additions and 13 deletions

View File

@@ -46,7 +46,7 @@ export async function afterPack({
// Enables validation of the app.asar archive on macOS
[FuseV1Options.EnableEmbeddedAsarIntegrityValidation]: true,
// Enforces that Electron will only load your app from "app.asar" instead of
// it's normall search paths
// its normal search paths
[FuseV1Options.OnlyLoadAppFromAsar]: true,
});
}