From 140a2458e128bd4f358edf2c38e0839990043eec Mon Sep 17 00:00:00 2001 From: rejbasket <39080670+rejbasket@users.noreply.github.com> Date: Wed, 12 Jan 2022 18:39:21 +0100 Subject: windows installer support 32bit x86 (#1533) Co-authored-by: rejbasket --- installer_scripts/template.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer_scripts/template.iss') 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=. -- cgit v1.2.3