aboutsummaryrefslogtreecommitdiff
path: root/desktop.pl (follow)
Commit message (Collapse)AuthorAge
* desktop.pl: cope with unfinished puzzles.Simon Tatham2021-03-29
| | | | | | If I built with an unfinished puzzle enabled, then it will end up in the 'unfinished' subdir of the main build directory, so desktop.pl will need to write out a reference to it there.
* Put the game summaries from the website into gamedesc.txt.Simon Tatham2015-01-13
| | | | | | More sensible to bring all the pieces of per-puzzle descriptive text together into one place, so they can be easily reused everywhere they're needed.
* Add comment to remind myself (and anyone else) how to refresh the XFCESimon Tatham2013-06-08
| | | | | | menu. [originally from svn r9860]
* Script to read the new gamedesc.txt and create .desktop files. MySimon Tatham2013-06-08
immediate intention is to run this locally so that my XFCE main menu acquires shortcuts for my locally compiled puzzle binaries, but I expect the script could probably be adapted for systemwide distribution use if any distribution hasn't already done this job in their own way by now. [originally from svn r9859]