Skip to content

Commit

Permalink
chore: make linter happy
Browse files Browse the repository at this point in the history
I would have preferred to have the space there, but it's fine without, too.
  • Loading branch information
nikwen committed Nov 29, 2024
1 parent f938c52 commit e75e748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/code-signing/code-signing-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const config: ForgeConfig = {

#### Updating your npm scripts

When you call scripts such as `electron-forge make` or `electron-forge publish`, you will now have to prefix them with `dotenv -e .env.trustedsigning -- `. This loads the environment variables from the `.env.trustedsigning` file.
When you call scripts such as `electron-forge make` or `electron-forge publish`, you will now have to prefix them with `dotenv -e .env.trustedsigning --`. This loads the environment variables from the `.env.trustedsigning` file.

For example, your npm scripts in your `package.json` might then look like this:

Expand Down

0 comments on commit e75e748

Please sign in to comment.