Skip to content

Commit

Permalink
fix: wix language config not working in v1 projects (#706)
Browse files Browse the repository at this point in the history
fixes #705
  • Loading branch information
FabianLars authored Feb 11, 2024
1 parent d388e55 commit ede96d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export function convertToV2Config(config: TauriConfigV1): TauriConfigV2 {
},
windows: {
wix: {
language: config.tauri?.bundle?.windows?.wix,
language: config.tauri?.bundle?.windows?.wix?.language,
},
},
},
Expand Down

0 comments on commit ede96d0

Please sign in to comment.