diff options
| author | René Brunner <rbrunner@dreamshare.ch> | 2019-02-24 08:09:22 +0100 |
|---|---|---|
| committer | René Brunner <rbrunner@dreamshare.ch> | 2019-02-24 08:09:22 +0100 |
| commit | 9bc3bbd9661b848734064cd41e44ba5e857663b1 (patch) | |
| tree | b4085bd89faaf56a30116dd736ce554f63dbb5cb /installers | |
| parent | 333f4aaf83bd64de02b07a56d86bbf90363e403b (diff) | |
| download | monzero-gui-9bc3bbd9661b848734064cd41e44ba5e857663b1.tar.gz monzero-gui-9bc3bbd9661b848734064cd41e44ba5e857663b1.tar.xz monzero-gui-9bc3bbd9661b848734064cd41e44ba5e857663b1.zip | |
Windows installer: Update for Boron Butterfly 0.14.0.0
Diffstat (limited to 'installers')
| -rw-r--r-- | installers/windows/LICENSE | 2 | ||||
| -rw-r--r-- | installers/windows/Monero.iss | 8 | ||||
| -rw-r--r-- | installers/windows/README.md | 10 | ||||
| -rw-r--r-- | installers/windows/ReadMe.htm | 16 | ||||
| -rw-r--r-- | installers/windows/WelcomeImage.bmp | bin | 450054 -> 450054 bytes |
5 files changed, 18 insertions, 18 deletions
diff --git a/installers/windows/LICENSE b/installers/windows/LICENSE index 057d2ec5..53a65e56 100644 --- a/installers/windows/LICENSE +++ b/installers/windows/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014-2018, The Monero Project
+Copyright (c) 2014-2019, The Monero Project
All rights reserved.
diff --git a/installers/windows/Monero.iss b/installers/windows/Monero.iss index 10898410..1928c85a 100644 --- a/installers/windows/Monero.iss +++ b/installers/windows/Monero.iss @@ -1,5 +1,5 @@ -; Monero Beryllium Bullet GUI Wallet Installer for Windows
-; Copyright (c) 2014-2018, The Monero Project
+; Monero Boron Butterfly GUI Wallet Installer for Windows
+; Copyright (c) 2017-2019, The Monero Project
; See LICENSE
[Setup]
@@ -8,7 +8,7 @@ AppName=Monero GUI Wallet ; Thus it's important to keep this stable over releases
; With a different "AppName" InnoSetup would treat a mere update as a completely new application and thus mess up
-AppVersion=0.13.0.4
+AppVersion=0.14.0.0
DefaultDirName={pf}\Monero GUI Wallet
DefaultGroupName=Monero GUI Wallet
UninstallDisplayIcon={app}\monero-wallet-gui.exe
@@ -56,7 +56,7 @@ Name: "en"; MessagesFile: "compiler:Default.isl" ; .exe/.dll file possibly with version info).
;
; This is far more robust than relying on version info or on file dates (flag "comparetimestamp").
-; As of version 0.13.0.4, the Monero .exe files do not carry version info anyway in their .exe headers.
+; As of version 0.14.0.0, the Monero .exe files do not carry version info anyway in their .exe headers.
; The only small drawback seems to be somewhat longer update times because each and every file is
; copied again, even if already present with correct file date and identical content.
;
diff --git a/installers/windows/README.md b/installers/windows/README.md index a75f19e1..bf0a8d41 100644 --- a/installers/windows/README.md +++ b/installers/windows/README.md @@ -1,6 +1,6 @@ # Monero GUI Wallet Windows Installer #
-Copyright (c) 2014-2018, The Monero Project
+Copyright (c) 2017-2019, The Monero Project
## Introduction ##
@@ -18,7 +18,7 @@ Monero. As the setup script in file [Monero.iss](Monero.iss) has to list every
single file of the GUI wallet package to install by name,
this version of the script only works with exactly the GUI wallet
-for Monero release *Beryllium Bullet* that you find on
+for Monero release *Boron Butterfly* that you find on
[the official download page](https://getmonero.org/downloads/).
It should however be easy to modify the script for future
@@ -32,13 +32,13 @@ See [LICENSE](LICENSE). You can only build on Windows, and the result is always a
Windows .exe file that can act as a standalone installer for the
-Beryllium Bullet GUI wallet.
+Boron Butterfly GUI wallet.
The build steps in detail:
1. Install *Inno Setup*. You can get it from [here](http://www.jrsoftware.org/isdl.php)
-2. Get the Inno Setup script plus related files by cloning the whole [monero-gui GitHub repository](https://github.com/monero-project/monero-gui); you will only need the files in the installer directory `installers\windows` however. Depending on development state, additionally you may have to checkout a specific branch, like `release-v0.13`.
-3. The setup script is written to take the GUI wallet files from a subdirectory named `bin`; so create `installers\windows\bin`, get the zip file of the GUI wallet from [here](https://getmonero.org/downloads/), unpack it somewhere, and copy all the files and subdirectories in the single subdirectory there (currently named `monero-gui-0.13.0.4`) to this `bin` subdirectory
+2. Get the Inno Setup script plus related files by cloning the whole [monero-gui GitHub repository](https://github.com/monero-project/monero-gui); you will only need the files in the installer directory `installers\windows` however. Depending on development state, additionally you may have to checkout a specific branch, like `release-v0.14`.
+3. The setup script is written to take the GUI wallet files from a subdirectory named `bin`; so create `installers\windows\bin`, get the zip file of the GUI wallet from [here](https://getmonero.org/downloads/), unpack it somewhere, and copy all the files and subdirectories in the single subdirectory there (currently named `monero-gui-0.14.0.0`) to this `bin` subdirectory
4. Start Inno Setup, load `Monero.iss` and compile it
5. The result i.e. the finished installer will be the file `mysetup.exe` in the `installers\windows\Output` subdirectory
diff --git a/installers/windows/ReadMe.htm b/installers/windows/ReadMe.htm index 2bebcd7c..9b7e6a32 100644 --- a/installers/windows/ReadMe.htm +++ b/installers/windows/ReadMe.htm @@ -1,13 +1,13 @@ <html>
<head>
-<title>Monero Beryllium Bullet GUI Wallet</title>
+<title>Monero Boron Butterfly GUI Wallet</title>
</head>
<body style="font-family: Arial, Helvetica, sans-serif">
-<h1>Monero Beryllium Bullet GUI Wallet</h1>
+<h1>Monero Boron Butterfly GUI Wallet</h1>
- <p>Copyright (c) 2014-2018, The Monero Project<br>
- Date: November 2, 2018</p>
+ <p>Copyright (c) 2014-2019, The Monero Project<br>
+ Date: February 22, 2019</p>
<h2>Preface</h2>
@@ -23,7 +23,7 @@ <h2>Content of the Package</h2>
- <p>You just installed the <i>Monero GUI wallet</i> for Windows, release Beryllium Bullet, version 0.13.0.4.
+ <p>You just installed the <i>Monero GUI wallet</i> for Windows, release Boron Butterfly, version 0.14.0.0.
The wallet enables you to send and receive Moneroj in a secure and very private way.
</p>
@@ -32,7 +32,7 @@ packages in order to start.</p>
<p>For checking whether there are already newer versions of this package you can go to the
- <a href="https://getmonero.org/downloads/">Downloads</a> page on <a href="https://getmonero.org/home">getmonero.org</a>,
+ <a href="https://getmonero.org/downloads/">Downloads</a> page on <a href="https://getmonero.org/">getmonero.org</a>,
the official Monero site.</p>
<h2>Upgrading</h2>
@@ -61,7 +61,7 @@ provides the most security and privacy possible for you.</p>
<p>However if your Internet access makes it difficult to run a full node, or if you have simply no room to store
- the blockchain locally (around 70 GB in October 2018, and of course growing), you can compromise and try to connect
+ the blockchain locally (somewhat over 70 GB in March 2019, and of course growing), you can compromise and try to connect
to a remote node. One way of finding such a node is checking
<a href="https://moneroworld.com/#nodes">this page</a>.
</p>
@@ -113,7 +113,7 @@ <p>In the <i>Utilities</i> sub-folder there are several more icons that may help you to solve problems.
These are the icons with a <i>x</i> in front and the name <i>(in parenthesis)</i> to make them visually stand
apart from the "normal" ones because you will probably only need them in case of trouble, but not during normal
- usage of Monero.</p>
+ use of Monero.</p>
<p>Here an overview and short info what each icon does:</p>
diff --git a/installers/windows/WelcomeImage.bmp b/installers/windows/WelcomeImage.bmp Binary files differindex 3d065826..e286cf39 100644 --- a/installers/windows/WelcomeImage.bmp +++ b/installers/windows/WelcomeImage.bmp |
