Skip to content

Commit 9cec75e

Browse files
committed
Add windows build directly
1 parent a43ed49 commit 9cec75e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/build.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,12 @@ export async function buildProject(
141141
`bundle/msi/${fileAppName}_${app.version}_${arch}_${lang}.msi.zip.sig`
142142
)
143143
);
144+
winArtifacts.push(
145+
join(
146+
artifactsPath,
147+
`${fileAppName}.exe`
148+
)
149+
);
144150
});
145151

146152
artifacts = winArtifacts.map((path) => ({ path, arch }));

0 commit comments

Comments
 (0)