• R/O
  • SSH

zandronum-installer: Résumé du dépôt


Commits Récents RSS

Révision l'heure Auteur Message:
3193b5a3d15a 2019-10-21 02:10:03 Benjamin Berkels tip updated ignore list
192e6db4df9c 2019-10-21 02:09:32 Benjamin Berkels updated the readme
36f55dff6c87 2019-10-21 02:05:05 Benjamin Berkels - removed a whitespace pointed out by pylint - typo fix
3996e2e32cf7 2019-10-21 02:03:11 Benjamin Berkels indent with spaces instead of tabs
db9ba1f5919e 2019-10-21 02:01:54 Benjamin Berkels autopep8
5e2a748f11bf 2017-07-03 07:23:54 Teemu Piippo Removed the potentially very destructive "Remove all file...
2b361dd5a21d 2017-07-03 07:13:26 Teemu Piippo Removed unnecessary list() call
1e5f7d382344 2017-07-03 07:12:50 Teemu Piippo Quote all generated file paths
e653b13825c5 2017-07-03 06:32:56 Teemu Piippo Made the installer script a bit more portable (even thoug...
e144710dab49 2015-07-26 06:02:24 Teemu Piippo Use exceptions instead of quitting the script if somethin...

Tags récemment modifiées

Nom Révision l'heure Auteur
tip 3193b5a3d15a 2019-10-21 02:10:03 Benjamin Berkels

Branches

Nom Révision l'heure Auteur Message:
default 3193b5a3d15a 2019-10-21 02:10:03 Benjamin Berkels updated ignore list

readme.txt

/==============================================================================\
|                          Zandronum Installer Readme                     v1.1 |
--------------------------------------------------------------------------------
| Requirements:                                                                |
|    - NSIS v3.04 (should work with older versions)                            |
|    - Python 3 (tested with 3.7.4)                                            |
|------------------------------------------------------------------------------|
| How to run:                                                                  |
|    Put all the files you want to bundle into the installer in the 'files/'   |
|    directory. Any files that begin with a period will be ignored.            |
|                                                                              |
|    If no files/ folder exists in the top directory, create it and then put   |
|    your desired files inside.                                                |
|                                                                              |
|                                                                              |
|    When running on the command line, run it with the version number.         |
|    Ex:                                                                       |
|        python3 zaninstaller.py 2.0                                           |
|                                                                              |
|    The python script generates an .nsi file, which has to be compiled with   |
|    NSIS.                                                                     |
\==============================================================================/

Afficher sur ancien navigateur de dépôt.