Skip to content

Commit 902c10e

Browse files
authored
docs: fix import path (#226)
1 parent 1e69569 commit 902c10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/code-signing/code-signing-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ In your `forge.config.ts`, add the following:
153153
{% code title="forge.config.ts" %}
154154
```typescript
155155
// Add import:
156-
import { windowsSign } from "./src/util/windowsSign";
156+
import { windowsSign } from "./windowsSign";
157157

158158
const config: ForgeConfig = {
159159
packagerConfig: {

0 commit comments

Comments
 (0)