Skip to content

Commit 97c1f46

Browse files
committed
Update install script to call installer.exe
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent ce01d04 commit 97c1f46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FrameworkArgb/install/install_argb_driver.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if '%errorlevel%' NEQ '0' (
2424
:--------------------------------------
2525

2626
echo **Installing Framework ARGB driver...
27-
"%~dp0\devcon" install "%~dp0\FrameworkArgb.inf" root\FrameworkArgb
27+
"%~dp0\Installer" install
2828

2929
echo Done
3030
if not defined install_all cmd /k

0 commit comments

Comments
 (0)