anotherim-desktop/windows-installer
Martin Dosch 2d73f97d34 Removed compenent section
This section was only introduced to be able to
disable the OpenPGP plugin as Dino often crashed
on Windows if OpenPGP was not installed but the
plugin enabled.

This is no more necessary as the OpenPGP plugin
is now disabled by default.
2020-07-10 16:55:00 +02:00
..
input Add experimental windows installer 2020-05-02 22:03:20 +02:00
dino.nsi Removed compenent section 2020-07-10 16:55:00 +02:00
english.nsh Add german language. 2020-06-28 07:13:52 +02:00
german.nsh Add german language. 2020-06-28 07:13:52 +02:00
LICENSE Add license to windows installer 2020-05-05 19:17:45 +02:00
LICENSE_SHORT Add license to windows installer 2020-05-05 19:17:45 +02:00
README.md Add license to windows installer 2020-05-05 19:17:45 +02:00
sign.sh Prepare signing 2020-05-03 01:01:30 +02:00

Dino Windows Installer

Requirements

To create the Dino windows installer you need this:

  • nsis (e.g. apt install nsis on Debian)
  • Dino compiled for windows in input directory
  • logo.ico in input directory
    • Download https://dino.im/img/logo.svg
    • Convert it to ico (e.g. convert -background transparent -define 'icon:auto-resize=16,24,32,64' logo.svg logo.ico (requires imagemagick)
  • Copy LICENSE and LICENSE_SHORT to the input directory

Create installer

Simply run makensis dino.nsi

ToDo