Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions HLK_GRFX_FOD/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*
!.gitignore
!fod.ps1
!hlk1607-config.json
!hlk1809-config.json
!hlk1809server-config.json
!hlk1903-config.json
Expand Down
11 changes: 11 additions & 0 deletions HLK_GRFX_FOD/hlk1607-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"download_url": "https://go.microsoft.com/fwlink/p/?linkid=842373",
"file_name": "hlk1607_grfx_fod.zip",
"install_cmd": "powershell",
"install_args": "-ExecutionPolicy Bypass -File @sw_path@\\fod.ps1 -zipPath @sw_path@\\@file_name@",
"install_dest": "client",
"install_time":{
"kit": "before",
"driver": "before"
}
}