diff --git a/windows-installer/LICENSE_SHORT b/LICENSE_SHORT similarity index 81% rename from windows-installer/LICENSE_SHORT rename to LICENSE_SHORT index 31e69e40..119aa890 100644 --- a/windows-installer/LICENSE_SHORT +++ b/LICENSE_SHORT @@ -1,5 +1,6 @@ -Dino - Modern Jabber/XMPP Client using GTK+/Vala -Copyright (C) 2016-2020 Dino contributors +Dino+, a modern XMPP/Jabber client software based on Dino +Copyright (C) 2016-2023 Dino contributors +Copyright (C) 2024 Dino+ contributors This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/windows-installer/dino.nsi b/windows-installer/dino.nsi index fcd11b61..7e1cc710 100644 --- a/windows-installer/dino.nsi +++ b/windows-installer/dino.nsi @@ -13,7 +13,7 @@ SetCompressor /SOLID lzma # Modern Interface !include "MUI2.nsh" -!insertmacro MUI_PAGE_LICENSE "LICENSE_SHORT" +!insertmacro MUI_PAGE_LICENSE "../LICENSE_SHORT" !insertmacro MUI_PAGE_INSTFILES !include "english.nsh"