Skip to content

Commit

Permalink
Add install/uninstall reg files for portable build #17
Browse files Browse the repository at this point in the history
  • Loading branch information
MolotovCherry committed Oct 11, 2023
1 parent 2c0c315 commit 2e76dfe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Zip up portable package
if: github.event_name == 'release'
run: |
Get-ChildItem -Path DriverCertificate.cer, installer/install-cert.bat, target/output/*.inf , target/output/*.dll , target/output/*.cat , target/output/*.exe | Compress-Archive -CompressionLevel Optimal -DestinationPath "virtual-desktop-driver-portable-x64.zip"
Get-ChildItem -Path DriverCertificate.cer, installer/install-cert.bat, target/output/*.inf, target/output/*.dll, target/output/*.cat, target/output/*.exe, installer/files/*.reg | Compress-Archive -CompressionLevel Optimal -DestinationPath "virtual-desktop-driver-portable-x64.zip"
- name: Attach assets to release
if: github.event_name == 'release'
Expand Down
Binary file added installer/files/install.reg
Binary file not shown.
4 changes: 4 additions & 0 deletions installer/files/uninstall.reg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Windows Registry Editor Version 5.00

[-HKEY_LOCAL_MACHINE\SOFTWARE\VirtualDisplayDriver]
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\System\VirtualDisplayDriver]

0 comments on commit 2e76dfe

Please sign in to comment.