Skip to content

Commit dd95eff

Browse files
committed
feat: add EV-signed DriverLoader.sys and bundle it in CI artifacts
Place DriverLoader.sys in assets/ and copy to dist/ during build so the final bundle includes the signed driver alongside backend and frontend executables. Made-with: Cursor
1 parent afec7d3 commit dd95eff

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ jobs:
9898
go build -ldflags "$ldflags" -o dist\OpenSysKit.exe .\cmd\server
9999
working-directory: ${{ github.workspace }}
100100

101+
- name: Copy DriverLoader.sys to dist
102+
shell: pwsh
103+
run: Copy-Item assets\DriverLoader.sys dist\DriverLoader.sys
104+
101105
- name: List dist contents
102106
shell: pwsh
103107
run: Get-ChildItem dist\ -Recurse

assets/DriverLoader.sys

72.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)