forked from github/server
add the report email text to the install process
This commit is contained in:
parent
6b7da57e28
commit
3c86880b2e
|
@ -32,6 +32,7 @@ add_subdirectory (clibs)
|
|||
add_subdirectory (process)
|
||||
add_subdirectory (src eressea)
|
||||
|
||||
install(DIRECTORY etc DESTINATION ${CMAKE_INSTALL_PREFIX} FILES_MATCHING PATTERN "*.txt")
|
||||
install(DIRECTORY res conf DESTINATION ${CMAKE_INSTALL_PREFIX} FILES_MATCHING PATTERN "*.xml")
|
||||
install(DIRECTORY res conf DESTINATION ${CMAKE_INSTALL_PREFIX} FILES_MATCHING PATTERN "*.json")
|
||||
install(DIRECTORY scripts DESTINATION ${CMAKE_INSTALL_PREFIX} FILES_MATCHING PATTERN "*.lua")
|
||||
|
|
|
@ -2,6 +2,8 @@ Diese Mail enthält ein Attachment mit Deinem Eressea-Report in
|
|||
komprimierter Form. Um ihn zu entpacken benötigst Du ein Programm,
|
||||
das ZIP-Archive öffnen kann, wie z.B. 7-Zip (http://www.7-zip.org/)
|
||||
|
||||
Eressea ist ein kostenloses Angebot von Freiwilligen, und die Spielleitung bezahlt
|
||||
seit Jahren die Entwicklung und den Betrieb aus eigener Tasche. Wenn Dir
|
||||
das etwas wert ist, kannst Du das Spiel auf https://www.patreon.com/enno unterstützen.
|
||||
Eressea ist ein kostenloses Angebot von Freiwilligen, und die Spielleitung
|
||||
bezahlt seit Jahren die Entwicklung und den Betrieb aus eigener Tasche.
|
||||
Wenn Dir das etwas wert ist, kannst Du das Spiel mit einer Spende auf
|
||||
https://www.patreon.com/enno unterstützen.
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
If you feel that getting a report every weekend is worth something to you,
|
||||
why not flattr Eressea at https://flattr.com/thing/681354/Eressea ?
|
||||
|
||||
This email contains an Attachment with your Eressea report in compressed
|
||||
form. To open the attachment, you will need a program that can extract
|
||||
ZIP files, e.g. 7-Zip (http://www.7-zip.org/).
|
||||
|
||||
If you would like to support the continued operation and development of
|
||||
Eressea, why not become a patron at https://www.patreon.com/enno ?
|
||||
|
||||
|
|
|
@ -1,14 +1,9 @@
|
|||
Freust Du Dich, dass es diese Woche wieder einen Eressea-Report gibt?
|
||||
Möchtest Du dazu beitragen, dass das auch nächste Woche wieder passiert?
|
||||
Eressea ist ein freiwilliges gratis-Angebot, und die Spielleitung bezahlt
|
||||
seit Jahren die Entwicklung und das Hosting aus eigener Tasche. Wenn Dir
|
||||
das etwas wert ist, kannst Du das auf
|
||||
https://flattr.com/thing/681354/Eressea zum Ausdruck bringen.
|
||||
|
||||
Diese Mail enthält ein Attachment mit Deinem Eressea-Report in
|
||||
komprimierter Form. Um ihn zu entpacken benötigst Du ein Programm,
|
||||
das ZIP-Archive öffnen kann, wie z.B. 7-Zip (http://www.7-zip.org/)
|
||||
|
||||
This email contains an attachment with your Eressea report in compressed
|
||||
form. To open the attachment, you will need a program that can extract
|
||||
ZIP files, e.g. 7-Zip (http://www.7-zip.org/).
|
||||
Eressea ist ein kostenloses Angebot von Freiwilligen, und die Spielleitung
|
||||
bezahlt seit Jahren die Entwicklung und den Betrieb aus eigener Tasche.
|
||||
Wenn Dir das etwas wert ist, kannst Du das Spiel mit einer Spende auf
|
||||
https://www.patreon.com/enno unterstützen.
|
||||
|
||||
|
|
Loading…
Reference in New Issue