diff options
| author | René Brunner <rbrunner@dreamshare.ch> | 2020-09-20 10:11:33 +0200 |
|---|---|---|
| committer | René Brunner <rbrunner@dreamshare.ch> | 2020-09-20 10:11:33 +0200 |
| commit | 0dda5796ece371f67e63da65fe9d8e3148e3f322 (patch) | |
| tree | 32c01149f18db0193079bc82733608982600892f /installers | |
| parent | d313c2de377e5163a27835d28a835c274ee7abf4 (diff) | |
| download | monzero-gui-0dda5796ece371f67e63da65fe9d8e3148e3f322.tar.gz monzero-gui-0dda5796ece371f67e63da65fe9d8e3148e3f322.tar.xz monzero-gui-0dda5796ece371f67e63da65fe9d8e3148e3f322.zip | |
Windows installer: Update for Oxygen Orion 0.17.0.0
Diffstat (limited to 'installers')
| -rw-r--r-- | installers/windows/Monero.iss | 5 | ||||
| -rw-r--r-- | installers/windows/README.md | 10 | ||||
| -rw-r--r-- | installers/windows/ReadMe.htm | 6 | ||||
| -rw-r--r-- | installers/windows/WelcomeImage.bmp | bin | 450054 -> 450054 bytes |
4 files changed, 12 insertions, 9 deletions
diff --git a/installers/windows/Monero.iss b/installers/windows/Monero.iss index 975d77df..deccc549 100644 --- a/installers/windows/Monero.iss +++ b/installers/windows/Monero.iss @@ -1,4 +1,4 @@ -; Monero Nitrogen Nebula GUI Wallet Installer for Windows
+; Monero Oxygen Orion GUI Wallet Installer for Windows
; Copyright (c) 2017-2020, The Monero Project
; See LICENSE
#define GuiVersion GetFileVersion("bin\monero-wallet-gui.exe")
@@ -105,6 +105,9 @@ Source: "bin\extras\monero-gen-ssl-cert.exe"; DestDir: "{app}"; Flags: ignorever ; Qt Quick 2D Renderer fallback for systems / environments with "low-level graphics" i.e. without 3D support
Source: "bin\start-low-graphics-mode.bat"; DestDir: "{app}"; Flags: ignoreversion
+; Use a scale factor of 2 for Qt for high-DPI systems, as long as Qt does not handle some such systems adequately
+Source: "bin\start-high-dpi.bat"; DestDir: "{app}"; Flags: ignoreversion
+
; Mesa, open-source OpenGL implementation; part of "low-level graphics" support
Source: "bin\opengl32sw.dll"; DestDir: "{app}"; Flags: ignoreversion
diff --git a/installers/windows/README.md b/installers/windows/README.md index 2fabec9a..f86fb480 100644 --- a/installers/windows/README.md +++ b/installers/windows/README.md @@ -6,7 +6,7 @@ Copyright (c) 2017-2020, The Monero Project This is a *Inno Setup* script `Monero.iss` plus some related files
that allows you to build a standalone Windows installer (.exe) for
-the GUI wallet that comes with the Nitrogen Nebula release of Monero.
+the GUI wallet that comes with the Oxygen Orion release of Monero.
This turns the GUI wallet into a more or less standard Windows program,
by default installed into a subdirectory of `C:\Program Files`, a
@@ -18,7 +18,7 @@ Monero. As the setup script in file [Monero.iss](Monero.iss) has to list many
files and directories of the GUI wallet package to install by name,
this version of the script only works with exactly the GUI wallet
-for Monero release *Nitrogen Nebula* that you find on
+for Monero release *Oxygen Orion* that you find on
[the official download page](https://getmonero.org/downloads/).
It should however be easy to modify the script for future
@@ -32,15 +32,15 @@ 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
-Nitrogen Nebula GUI wallet.
+GUI wallet.
Note that the installer build process is now reproducible / deterministic. For details check the file [Deterministic.md](Deterministic.md).
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 instead of simply using `master` you may have to checkout a specific branch, like `release-v0.16`.
-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.16.0.0`) 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 instead of simply using `master` you may have to checkout a specific branch, like `release-v0.17`.
+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.17.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 7fe892dc..2e2f4651 100644 --- a/installers/windows/ReadMe.htm +++ b/installers/windows/ReadMe.htm @@ -1,10 +1,10 @@ <html>
<head>
-<title>Monero Nitrogen Nebula GUI Wallet</title>
+<title>Monero Oxygen Orion GUI Wallet</title>
</head>
<body style="font-family: Arial, Helvetica, sans-serif">
-<h1>Monero Nitrogen Nebula GUI Wallet</h1>
+<h1>Monero Oxygen Orion GUI Wallet</h1>
<p>Copyright (c) 2014-2020, The Monero Project</p>
@@ -22,7 +22,7 @@ <h2>Content of the Package</h2>
- <p>You just installed the <i>Monero GUI wallet</i> for Windows, release Nitrogen Nebula, version {#GuiVersion}.
+ <p>You just installed the <i>Monero GUI wallet</i> for Windows, release Oxygen Orion, version {#GuiVersion}.
The wallet enables you to send and receive Moneroj in a secure and very private way.
</p>
diff --git a/installers/windows/WelcomeImage.bmp b/installers/windows/WelcomeImage.bmp Binary files differindex f52e62d0..ac268d87 100644 --- a/installers/windows/WelcomeImage.bmp +++ b/installers/windows/WelcomeImage.bmp |
