mirror of
https://github.com/tnodir/fort
synced 2024-11-14 16:33:45 +00:00
Deploy: Add setup-deployment-win10-arm64.bat
This commit is contained in:
parent
3640708b39
commit
2babd9cf23
@ -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"
|
||||
]
|
||||
|
1
deploy/setup-deployment-win10-arm64.bat
Normal file
1
deploy/setup-deployment-win10-arm64.bat
Normal file
@ -0,0 +1 @@
|
||||
@%~dp0setup-deployment.bat -Config win10-arm64
|
Loading…
Reference in New Issue
Block a user