Deploy: Add setup-deployment-win10-arm64.bat

This commit is contained in:
Nodir Temirkhodjaev 2023-02-08 12:24:39 +03:00
parent 3640708b39
commit 2babd9cf23
2 changed files with 3 additions and 2 deletions

View File

@ -16,12 +16,12 @@
"${BUILD}-driver-${CONFIG}/Win32/fortfw.sys"
]
},
"${TARGET}/driver/ARM64 | win7": {
"${TARGET}/driver/ARM64 | win10-arm64": {
"sys": [
"${BUILD}-driver-win10/ARM64/fortfw.sys"
]
},
"${TARGET}/driver/x86_64": {
"${TARGET}/driver/x86_64 | win7 win10": {
"sys": [
"${BUILD}-driver-${CONFIG}/x64/fortfw.sys"
]

View File

@ -0,0 +1 @@
@%~dp0setup-deployment.bat -Config win10-arm64