diff options
| author | rejbasket <39080670+rejbasket@users.noreply.github.com> | 2022-01-12 18:39:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-12 18:39:21 +0100 |
| commit | 140a2458e128bd4f358edf2c38e0839990043eec (patch) | |
| tree | 617d793ca06f9ce725fdcce231798929c56ed810 | |
| parent | d0455f28ac2fe687ebe9276a0aebbf51d37818ee (diff) | |
windows installer support 32bit x86 (#1533)
Co-authored-by: rejbasket <rejbasket@users.noreply.github.com>
| -rwxr-xr-x | installer_scripts/template.iss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer_scripts/template.iss b/installer_scripts/template.iss index a949a419..aab1e912 100755 --- a/installer_scripts/template.iss +++ b/installer_scripts/template.iss @@ -22,7 +22,7 @@ AppUpdatesURL={#URL} DefaultDirName={userappdata}\inkscape\extensions\
DefaultGroupName={#PROGRAMNAME}
; Remove the following line to run in administrative install mode (install for all users.)
-ArchitecturesAllowed=x64
+ArchitecturesAllowed=x64 x86
PrivilegesRequired=lowest
OutputBaseFilename=inkstitch
OutputDir=.
|
