Skip to content

Commit

Permalink
fix: CI compilation error in Windows build
Browse files Browse the repository at this point in the history
Contributed on behalf of STMicroelectronics
  • Loading branch information
sdirix committed Jun 29, 2023
1 parent 2ca0453 commit 8c7c009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/electron/scripts/update-blockmap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ async function execute(): Promise<void> {
fs.rmSync(blockMapFile, {
force: true,
});
const updateInfo = await executeAppBuilderAsJson<BlockMapDataHolder>(["blockmap", "--input", executablePath, "--output", blockMapFile])
await executeAppBuilderAsJson<BlockMapDataHolder>(["blockmap", "--input", executablePath, "--output", blockMapFile])
}

0 comments on commit 8c7c009

Please sign in to comment.