Re: Love-Release. Bash script to make it easier.
Posted: Fri Jul 18, 2014 8:37 pm
Hi everyone !
Just want to say that... Thanks to josefnpat, the script finally supports Debian packages !
https://github.com/MisterDA/love-release
-d Create a deb package. Aimed at Debian and Ubuntu derivatives. In order to create a Debian package, you must provide more informations about it.
--description: Set the description of your project.
--homepage: Set the homepage of your project.
--maintainer-email: Set the maintainer’s email.
--maintainer-name: Set the maintainer’s name. The company name is used by default.
--package-name: Set the name of the package and the command that will be used to launch your game. By default, it is the name of your project converted to lowercase, with eventual spaces replaced by dashes.
--version: Set the version of your package.
If you want to add icons in the debian package, open it and put the icons in /usr/share/icons/hicolor/YYxYY/apps/, where YY is the width of the icon. You also have to edit the line "Icon=love" in /usr/share/applications/yourgame.desktop to match the icon's name. See developer.gnome.org for more informations.
There were also some minor bug fixes and improvements, and I have rewritten the long help to use man. I think it's better
If you think of more features that could be added, or you have found a bug, please tell me.
Please clone and use, star, fork, do whatever you want !
Just want to say that... Thanks to josefnpat, the script finally supports Debian packages !
https://github.com/MisterDA/love-release
-d Create a deb package. Aimed at Debian and Ubuntu derivatives. In order to create a Debian package, you must provide more informations about it.
--description: Set the description of your project.
--homepage: Set the homepage of your project.
--maintainer-email: Set the maintainer’s email.
--maintainer-name: Set the maintainer’s name. The company name is used by default.
--package-name: Set the name of the package and the command that will be used to launch your game. By default, it is the name of your project converted to lowercase, with eventual spaces replaced by dashes.
--version: Set the version of your package.
If you want to add icons in the debian package, open it and put the icons in /usr/share/icons/hicolor/YYxYY/apps/, where YY is the width of the icon. You also have to edit the line "Icon=love" in /usr/share/applications/yourgame.desktop to match the icon's name. See developer.gnome.org for more informations.
There were also some minor bug fixes and improvements, and I have rewritten the long help to use man. I think it's better
If you think of more features that could be added, or you have found a bug, please tell me.
Please clone and use, star, fork, do whatever you want !