From a39dffc3d0f6d0fc7e5d751a5687362a0f80e523 Mon Sep 17 00:00:00 2001 From: wheaney <42350981+wheaney@users.noreply.github.com> Date: Thu, 8 Jun 2023 15:49:15 -0700 Subject: [PATCH] Fix driver directory structure --- bin/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/package.sh b/bin/package.sh index 6366cd4..4c6feba 100755 --- a/bin/package.sh +++ b/bin/package.sh @@ -29,7 +29,7 @@ cmake .. make # move and rename the compiled driver to the driver directory -mv libdriver_air_glasses.so air_glasses/driver_air_glasses.so +mv libdriver_air_glasses.so air_glasses/bin/linux64/driver_air_glasses.so # copy the udev rule that's needed for the USB integration cp -r ../modules/xrealAirLinuxDriver/udev air_glasses/