|
kovri
|
Copyright (c) 2015-2017, The Kovri Project
This is a pair of Inno Setup scripts Kovri64.iss and Kovri32.iss plus some related files that allow you to build standalone Windows installers (.exe) for the Kovri I2P Router software.
This turns Kovri into a more or less standard Windows program, by default installed into a subdirectory of C:\Program Files, a program group with some icons in the Start menu, and automatic uninstall support.
The Inno Setup scripts have to refer to files and directories of the software to install by name; therefore the addition of files and/or directories in the future may require modifications of the scripts.
See [LICENSE](LICENSE).
You can only build on Windows, and the results are always Windows .exe files that can act as standalone installers for Kovri.
The build steps in detail:
Kovri64.iss or Kovri32.iss (depending on your architecture) in the pkg\installers\windows directory (Inno Setup scripts plus related files are all in this directory). Optional: for a command-line build, run ISCC.exe in the Inno Setup Program Files directoryKovriSetup64.exe or KovriSetup32.exe in the repo's root build directory
1.8.12