Skip to content

Commit

Permalink
Fix driver directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
wheaney committed Jun 8, 2023
1 parent 3ca328e commit a39dffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit a39dffc

Please sign in to comment.