diff --git a/LICENSE b/LICENSE index 0bdd13b0..d49be716 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ MIT License -Copyright (c) 2021 Open Privacy Research Society +Copyright (c) 2021-2024 Open Privacy Research Society Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/NSIS-Notes.md b/NSIS-Notes.md new file mode 100644 index 00000000..c5dd5acb --- /dev/null +++ b/NSIS-Notes.md @@ -0,0 +1,8 @@ +# NSIS Notes + +## Images + +Requires Windows 3 Compatible Bitmaps. + +Can convert to the correct format with e.g. `mogrify -compress none -format bmp3 windows/nsis/cwtch_title.bmp +` \ No newline at end of file diff --git a/windows/nsis/brand_side.bmp b/windows/nsis/brand_side.bmp index 3d03803d..00bdab5c 100644 Binary files a/windows/nsis/brand_side.bmp and b/windows/nsis/brand_side.bmp differ diff --git a/windows/nsis/cwtch-installer.nsi b/windows/nsis/cwtch-installer.nsi index a0495a97..6a417528 100644 --- a/windows/nsis/cwtch-installer.nsi +++ b/windows/nsis/cwtch-installer.nsi @@ -50,7 +50,8 @@ ShowInstDetails show !define MUI_WELCOMEPAGE_TITLE "Welcome to the Cwtch installer" !define MUI_WELCOMEPAGE_TEXT "Cwtch (pronounced: kutch) is a Welsh word roughly meaning 'a hug that creates a safe space'$\n$\n\ - Cwtch is a platform for building consentful, decentralized, untrusted infrastructure using metadata resistant group communication applications. Currently there is a selfnamed instant messaging prototype app that is driving development and testing. Many Further apps are planned as the platform matures.$\n$\n\ + Participants in Cwtch can host their own safe spaces, or lend their infrastructure to others seeking a safe space. There is no 'Cwtch service' or 'Cwtch network'.$\n$\n\ + All communication in Cwtch is end-to-end encrypted and takes place over Tor v3 onion services, and Cwtch has been designed such that no information is exchanged or available to anyone without their explicit consent, including on-the-wire messages and protocol metadata.$\n$\n\ Please close any running copies of Cwtch before installing a new version." ; Detecting if Cwtch is running and reminding the user or closing it appears to require 3rd party plugins that take the form of decade+ old .dlls in zips from a wiki... diff --git a/windows/nsis/cwtch_title.bmp b/windows/nsis/cwtch_title.bmp index 8acc80af..ab624e91 100644 Binary files a/windows/nsis/cwtch_title.bmp and b/windows/nsis/cwtch_title.bmp differ