Installer rewrite (WIP)

This commit is contained in:
Mathieu Comandon committed 2013-05-25 13:08:39 +02:00
1 parent 26f59c9bc7
commit 14a6881627
4 files changed
+105 -84

No files matched your search

+11
View File
@@ -3,6 +3,17 @@ Writing installers
==================
Displaying an 'Insert disc' dialog
----------------------------------
The ``insert-disc`` command will display a message box to the user requesting
him to insert the game's disc into the optical drive. A link to CDEmu homepage's
and PPA will also be displayed if the program isn't detected on the machine,
otherwise it will be replaced with a button to open gCDEmu.
An optional parameter ``message`` will override the default text if given.
Moving files
------------