Adopts the AppRun script from https://github.com/darealshinji/AppImageKit-checkrt/blob/master/AppRun.sh. Configures Travis to copy the needed libraries into install-ext/lib, which now serves as a signal to the CMake install code to copy them into the /usr/optional directory inside of the AppDir.
Purpose and motivation
Work-in-progress on #124.
Implementation
Adopts the AppRun script from https://github.com/darealshinji/AppImageKit-checkrt/blob/master/AppRun.sh. Configures Travis to copy the needed libraries into
install-ext/lib
, which now serves as a signal to the CMake install code to copy them into the/usr/optional
directory inside of the AppDir.Types of changes
Status