Skip to content

Commit bdac58a

Browse files
committed
feat: Drop Windows ia32 build
We've stopped officially supporting 32 bits versions of Windows a long time ago but we kept building a 32 bits version of Cozy Desktop anyway. However, one of our dependencies, `@gyselroth/windows-node-fsstat` does not compile for ia32 anymore. Since we don't support 32 bits Windows we won't try to fix the dependency and stop building our 32 bits version instead.
1 parent fef4a1f commit bdac58a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

electron-builder-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const config = {
6363
},
6464

6565
win: {
66-
target: [{ target: 'nsis', arch: ['x64', 'ia32'] }],
66+
target: [{ target: 'nsis', arch: ['x64'] }],
6767
// Comment out the following line if the Digicert server starts failing.
6868
// Electron-Builder will then swtich back to the default Comodoca server.
6969
rfc3161TimeStampServer: 'http://timestamp.digicert.com',

0 commit comments

Comments
 (0)