mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
Fix installer
This commit is contained in:
parent
67052bd6bb
commit
ce73865643
8 changed files with 18 additions and 17 deletions
|
|
@ -43,10 +43,10 @@
|
|||
#ifdef HAVE_64BIT_BUILD
|
||||
!define HAVE_64BIT_BUILD
|
||||
!define ARCH "x64"
|
||||
!define MinSupportedVer "Microsoft Windows 7 x64"
|
||||
!define MinSupportedVer "Microsoft Windows XP x64"
|
||||
#else
|
||||
!define ARCH "x86"
|
||||
!define MinSupportedVer "Microsoft Windows XP SP2"
|
||||
!define MinSupportedVer "Microsoft Windows XP"
|
||||
#endif
|
||||
|
||||
!define MinSupportedCPU "SSE2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue