probonopd / go-appimage

Go implementation of AppImage tools
MIT License
760 stars 73 forks source link

Small fix #225

Closed CalebQ42 closed 1 year ago

CalebQ42 commented 1 year ago
CalebQ42 commented 1 year ago

Fixed an issue in the Yuzu appimage where the desktop file's symlink started with ./ which, according to io/fs is an invalid path with squashfs v0.6.2.

probonopd commented 1 year ago

Thanks @CalebQ42