Hello!
I want to make an installer for my game so that the game is recognised as 'installed' on the system. Just like the GOG games installers.
For that I need to know where to copy what files.
I know that the actual files of a program go generally in /usr/bin or /usr/local/bin. The user files go in /home/user/.local/share/ or similar.
There are also the .desktop files that make them appear in the menus, or something like that. Also there are the links to the executables in the /bin directory.
Am I right? Am I leaving something out?
Thank you very much for your answers
I want to make an installer for my game so that the game is recognised as 'installed' on the system. Just like the GOG games installers.
For that I need to know where to copy what files.
I know that the actual files of a program go generally in /usr/bin or /usr/local/bin. The user files go in /home/user/.local/share/ or similar.
There are also the .desktop files that make them appear in the menus, or something like that. Also there are the links to the executables in the /bin directory.
Am I right? Am I leaving something out?
Thank you very much for your answers