Setup.exe for Windows
NSIS script to build setup file to install Syncthing and install as a service.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<service>
|
||||
<id>Syncthing</id>
|
||||
<name>Syncthing</name>
|
||||
<description>This service runs Syncthing</description>
|
||||
<executable>syncthing.exe</executable>
|
||||
<arguments>-home .\ServiceHome -no-console -no-browser</arguments>
|
||||
<logmode>rotate</logmode>
|
||||
</service>
|
||||
Reference in New Issue
Block a user