Skip to content

Commit f9e9581

Browse files
committed
Updated .gitignore and README.md
1 parent e2180ba commit f9e9581

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea/
22
*.iml
33
*.exe
4+
nsis/

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,18 @@ Go to _Advanced_ -> _Update_ to use it.
5353

5454
## Windows
5555

56-
Work in progress!
57-
5856
### Requirements
5957
* Nullsoft Scriptable Install System [NSIS v3.x](https://nsis.sourceforge.io/Download)
6058
* Plugins:
61-
* [NSISunzU](https://nsis.sourceforge.io/Nsisunz_plug-in) (Unicode version!)
6259
* [Inetc](https://nsis.sourceforge.io/Inetc_plug-in)
60+
* [NSISunzU](https://nsis.sourceforge.io/Nsisunz_plug-in) (Unicode version!)
6361
* [NsProcess](https://nsis.sourceforge.io/NsProcess_plugin) (Unicode version, rename nsProcessW.dll into nsProcess.dll!)
6462
* Setup env var NSISDIR with path to installed NSIS folder
6563

6664
### Build installer
67-
Execute `windows/createInstaller.bat`
65+
* Extract Spectrecoin archive to `<clone-location>/windows/content/Spectrecoin/`
66+
* Execute `windows/createInstaller.bat` as Administrator
67+
_or_
68+
* run NSIS as administrator and load `<clone-location>/windows/Spectrecoin.nsi`
69+
70+
The resulting `Spectrecoin-Installer.exe` will be located on `<clone-location>/windows/`.

windows/content/.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*.7z
2-
*.zip
2+
*.zip
3+
Spectrecoin/

0 commit comments

Comments
 (0)