Skip to content

Commit

Permalink
chore: release version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmotelet committed May 2, 2020
1 parent de33213 commit 2cb9082
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
output/*
2 changes: 1 addition & 1 deletion NSIS/signalk-server.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
!define INST_VERSION "0.3.1"
BrandingText "Signal K from http://signalk.org/"
Name "Signal K installer ${INST_VERSION}"
OutFile "..\output\signalk-server-setup.exe"
OutFile "..\output\signalk-server-setup-${INST_VERSION}.exe"
InstallDir "c:\signalk"
RequestExecutionLevel user ; user | admin
!define MUI_ICON "..\target\tools\signalk.ico"
Expand Down
Binary file removed output/signalk-server-setup.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ___
- HTML installation help built with https://markdowntohtml.com/

**How to install Signal K server node:**
- Download installer at https://github.com/SignalK/signalk-server-windows/blob/master/output/signalk-server-setup.exe
- Execute `signalk-server-setup.exe`.
- Download installer at https://github.com/SignalK/signalk-server-windows/releases/download/v0.3.1/signalk-server-setup-0.3.1.exe
- Execute `signalk-server-setup-0.3.1.exe`.
Some anti-virus software considers that there are viruses in the installer. These are false positives.
You may need to add the installer in your exceptions, it is sometimes quarantined.
Please submit this file to your anti-virus support for scanning and whitelisting.
Expand Down
4 changes: 2 additions & 2 deletions target/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
</ul>
<p><strong>How to install Signal K server node:</strong> </p>
<ul>
<li>Download installer at <a href="https://github.com/SignalK/signalk-server-windows/blob/master/output/signalk-server-setup.exe">https://github.com/SignalK/signalk-server-windows/blob/master/output/signalk-server-setup.exe</a> </li>
<li><p>Execute <code>signalk-server-setup.exe</code>.<br>Some anti-virus software considers that there are viruses in the installer. These are false positives.<br>You may need to add the installer in your exceptions, it is sometimes quarantined.<br>Please submit this file to your anti-virus support for scanning and whitelisting.<br><img src="screenshots/Install-Welcome.png" alt="Install-Welcome"> </p>
<li>Download installer at <a href="https://github.com/SignalK/signalk-server-windows/releases/download/v0.3.1/signalk-server-setup-0.3.1.exe">https://github.com/SignalK/signalk-server-windows/releases/download/v0.3.1/signalk-server-setup-0.3.1.exe</a> </li>
<li><p>Execute <code>signalk-server-setup-0.3.1.exe</code>.<br>Some anti-virus software considers that there are viruses in the installer. These are false positives.<br>You may need to add the installer in your exceptions, it is sometimes quarantined.<br>Please submit this file to your anti-virus support for scanning and whitelisting.<br><img src="screenshots/Install-Welcome.png" alt="Install-Welcome"> </p>
</li>
<li><p>Select your root directory.<br>Even if this is not the Windows specification, it is better not to choose <code>c:\program files</code> to avoid limited permissions in this folder.<br>Instead, choose <code>c:\signalk</code> or <code>d:\signalk</code>.<br><img src="screenshots/Install-SelectDir.png" alt="Install-SelectDir"> </p>
</li>
Expand Down

0 comments on commit 2cb9082

Please sign in to comment.