Fork of Dino XMPP client with additional features
Go to file
Martin Dosch 7d6b9e7f4c Prepare signing
Collected some infos regarding signing
a windows build.
2020-05-03 00:55:59 +02:00
cmake Rename zh_Hans -> zh_CN and zh_Hant -> zh_TW 2020-01-29 00:38:12 +01:00
libdino Handle incoming own read marker in private MUCs 2020-04-28 23:56:53 +02:00
main ConversationSummaryView: Fix crash when accessing content_item's first() or last() if the TreeSet is empty 2020-04-28 23:11:08 +02:00
plugins Add file upload preview 2020-04-22 15:44:12 +02:00
qlite Fix+optimize contact-to-avatar storage and loading 2020-03-10 23:53:11 +01:00
windows-installer Add experimental windows installer 2020-05-02 22:03:20 +02:00
xmpp-vala Handle incoming own read marker in private MUCs 2020-04-28 23:56:53 +02:00
.gitignore Split OMEMO plug-in into files, various fixes 2017-03-12 03:17:21 +01:00
.gitmodules Bump libsignal-protocol-c version to 2.3.3 2020-04-13 19:56:45 +02:00
.travis.yml Have travis use in-tree libsignal (Ubuntu 18.04 is incompatible) 2020-01-21 22:17:48 +01:00
CMakeLists.txt Exclude valac versions affected by #816 from using fast vapi 2020-04-22 23:59:12 +02:00
configure Use system provided libsignal-protocol-c by default 2020-01-21 21:55:08 +01:00
dino.doap Remove broken translations from dino.doap 2019-07-28 16:08:50 +02:00
dino.doap.in Update the DOAP file to the latest specification 2019-07-28 16:08:50 +02:00
LICENSE License under GPLv3 2017-03-21 00:17:07 +01:00
README.md Prepare signing 2020-05-03 00:55:59 +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)

Create installer

Simply run makensis dino.nsi

ToDo