Skip to content

Commit

Permalink
Update link to electron-packager options (quasarframework#15028)
Browse files Browse the repository at this point in the history
  • Loading branch information
docnoe committed Dec 1, 2022
1 parent 10adb87 commit 3c504c7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -86,7 +86,7 @@ electron: {
}
```

The "packager" prop refers to [electron-packager options](https://github.com/electron-userland/electron-packager/blob/master/docs/api.md#options). The `dir` and `out` properties are overwritten by Quasar CLI to ensure the best results.
The "packager" prop refers to [electron-packager options](https://electron.github.io/electron-packager/main/). The `dir` and `out` properties are overwritten by Quasar CLI to ensure the best results.

The "builder" prop refers to [electron-builder options](https://www.electron.build/configuration/configuration).

Expand Down

0 comments on commit 3c504c7

Please sign in to comment.