mirror of
https://github.com/frappe/books.git
synced 2026-08-24 10:04:45 -05:00
feat: enable 32-bit Windows build support
This commit is contained in:
@@ -48,7 +48,16 @@ const frappeBooksConfig = {
|
||||
signDlls: true,
|
||||
icon: 'build/icon.ico',
|
||||
publish: ['github'],
|
||||
target: ['nsis', 'portable'],
|
||||
target: [
|
||||
{
|
||||
target: 'nsis',
|
||||
arch: ['x64', 'ia32'],
|
||||
},
|
||||
{
|
||||
target: 'portable',
|
||||
arch: ['x64', 'ia32'],
|
||||
},
|
||||
],
|
||||
},
|
||||
nsis: {
|
||||
oneClick: false,
|
||||
|
||||
Reference in New Issue
Block a user