From ef6f6580df6e8fbce913eecc1fe7e0f8caf1315b Mon Sep 17 00:00:00 2001 From: rejbasket <39080670+rejbasket@users.noreply.github.com> Date: Mon, 22 May 2023 22:33:19 +0200 Subject: Update electron version to v14.2.9 (#2214) Authored-by: rejbasket Co-authored-by: Kaalleen Co-authored-by: Lex Neva --- 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 a2654c36..2ec24d92 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 x86 +ArchitecturesAllowed=x64 x86 arm64 PrivilegesRequired=lowest OutputBaseFilename=inkstitch OutputDir=. -- cgit v1.2.3