File tree 3 files changed +10
-5
lines changed
3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
.idea /
2
2
* .iml
3
3
* .exe
4
+ nsis /
Original file line number Diff line number Diff line change @@ -53,15 +53,18 @@ Go to _Advanced_ -> _Update_ to use it.
53
53
54
54
## Windows
55
55
56
- Work in progress!
57
-
58
56
### Requirements
59
57
* Nullsoft Scriptable Install System [ NSIS v3.x] ( https://nsis.sourceforge.io/Download )
60
58
* Plugins:
61
- * [ NSISunzU] ( https://nsis.sourceforge.io/Nsisunz_plug-in ) (Unicode version!)
62
59
* [ Inetc] ( https://nsis.sourceforge.io/Inetc_plug-in )
60
+ * [ NSISunzU] ( https://nsis.sourceforge.io/Nsisunz_plug-in ) (Unicode version!)
63
61
* [ NsProcess] ( https://nsis.sourceforge.io/NsProcess_plugin ) (Unicode version, rename nsProcessW.dll into nsProcess.dll!)
64
62
* Setup env var NSISDIR with path to installed NSIS folder
65
63
66
64
### 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/ ` .
Original file line number Diff line number Diff line change 1
1
* .7z
2
- * .zip
2
+ * .zip
3
+ Spectrecoin /
You can’t perform that action at this time.
0 commit comments