mirror of
https://github.com/tnodir/fort
synced 2024-11-14 16:33:45 +00:00
Installer: Fix for ARM64
This commit is contained in:
parent
f2595dc479
commit
edd7928a7c
@ -10,7 +10,7 @@
|
||||
@set CHECK_WIN10="Y"
|
||||
)
|
||||
@if exist ".\build\driver\ARM64\" (
|
||||
@set PROC_ARCHS="arm64"
|
||||
@set PROC_ARCHS="x64 arm64"
|
||||
)
|
||||
|
||||
@set INNO_PATH=D:\Utils\Dev\InnoSetup5\ISCC.exe
|
||||
|
Loading…
Reference in New Issue
Block a user