Add AppImage credits #2747

This commit is contained in:
bubnikv 2019-08-19 14:34:12 +02:00
parent eddf932161
commit 7008853f08

View file

@ -110,7 +110,9 @@ void CopyrightsDialog::fill_entries()
, "Based on original by fabian \"ryg\" giesen v1.04. " , "Based on original by fabian \"ryg\" giesen v1.04. "
"Custom version, modified by Yann Collet" , "https://github.com/Cyan4973/RygsDXTc" }, "Custom version, modified by Yann Collet" , "https://github.com/Cyan4973/RygsDXTc" },
{ "Icons for STL and GCODE files." { "Icons for STL and GCODE files."
, "Akira Yasuda" , "http://3dp0.com/icons-for-stl-and-gcode/" } , "Akira Yasuda" , "http://3dp0.com/icons-for-stl-and-gcode/" },
{ "AppImage packaging for Linux using AppImageKit"
, "2004-2019 Simon Peter and contributors" , "https://appimage.org/" }
}; };
} }