You've already forked linuxdeploy
mirror of
https://github.com/encounter/linuxdeploy.git
synced 2026-03-30 11:18:58 -07:00
d9ca907da8
* Add symlinkFile to the public AppDir interface * Rename AppDir::symlinkFile to AppDir::createSymlink * change return value to bool * Remove duplicated header * Remove blank lines * Add comment * Fix test name * Change createSymlink signature. Name changed to createRelativeSymlink and remove the useRelativePath argument * Remove commented tests.