mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-02-04 03:56:11 -06:00
* 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.