diff options
| author | rejbasket <39080670+rejbasket@users.noreply.github.com> | 2023-07-30 16:01:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-30 16:01:43 +0200 |
| commit | 96df68c46f495de0f63d36b5130e7dfdc773198a (patch) | |
| tree | a67c5b56318c8a64ad2bdd6f7e192aadab607b27 /installer_scripts | |
| parent | 647f0121907e3679448c37bebb98a8966555054e (diff) | |
add windows 64bit version (#2413)
* test build for windows 64bit
* testing build for windows 64bit
* fixed arch check for windows file name
added electron 64bit for windows
* blocked 64bit installer to be installed in 32bit windows
---------
Co-authored-by: rejbasket <rejbasket@users.noreply.github.com>
Diffstat (limited to 'installer_scripts')
| -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 0dc18041..99ae6d33 100755 --- a/installer_scripts/template.iss +++ b/installer_scripts/template.iss @@ -23,9 +23,9 @@ 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 arm64
PrivilegesRequired=lowest
OutputBaseFilename=inkstitch
+;arch-allowed
OutputDir=.
Compression=lzma
SolidCompression=yes
|
