mirror of
https://github.com/TangentFoxy/love-release.git
synced 2025-07-28 19:12:19 +00:00
Debian pkg now supports icons through --deb-icon. #3
This commit is contained in:
@@ -97,6 +97,13 @@ Path to an icns file to use.
|
||||
Set the maintainer's name. Provide it for OS X CFBundleIdentifier.
|
||||
.SH DEBIAN
|
||||
.TP
|
||||
.B \-\-deb-icon \fIdir\fR
|
||||
Path to a single folder where icons are stored.
|
||||
To be properly recognized, icons filename must contain \fIYYxYY\fR,
|
||||
where \fIYY\fR is the resolution of the icon.
|
||||
SVG files are recognized if suffixed with \fI.svg\fR.
|
||||
Other files will be ignored.
|
||||
.TP
|
||||
.B \-\-maintainer-email \fIemail\fR
|
||||
Set the maintainer's email.
|
||||
.TP
|
||||
@@ -160,14 +167,6 @@ you can use \fIicoutils\fR to create the icon,
|
||||
then Wine and Resource Hacker to set the icon.
|
||||
This last step can be automatically done,
|
||||
assuming Wine is installed.
|
||||
.br
|
||||
If you want to add icons in the debian package,
|
||||
open it and put the icons in \fI/usr/share/icons/hicolor/YYxYY/apps/\fR,
|
||||
where YY is the width of the icon.
|
||||
You also have to edit the line \"Icon=love\" in
|
||||
\fI/usr/share/applications/yourgame.desktop\fR to match the icon's name.
|
||||
See \fIhttps://developer.gnome.org/integration-guide/stable/basic-integration.html.en\fR
|
||||
for more informations.
|
||||
.SH SEE ALSO
|
||||
.I https://www.love2d.org
|
||||
.br
|
||||
|
Reference in New Issue
Block a user