Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mcebular authored Aug 30, 2020
1 parent 8442f52 commit 55fc224
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,16 @@

- .NET Core 3 Runtime (Windows 10 will automatically prompt you to download it when you try to run SyncthingStatus).
- An already set up and running Syncthing instance. Refer to [SETUP](https://github.com/mc0239/SyncthingStatus/blob/master/SETUP.md) for an example of how to set it up.

## Building

### Release build

To create a release executable (*win-x64* target example):

1. In Visual Studio 2019, go to _Build_ -> _Publish SyncthingStatus_.
2. Create a new Publish Profile and set up the following:
- Deployment mode: *Framework-dependant*
- Target runtime: *win-x64*
- Open *File publish options* and check *Produce single file*.
3. This build will generate a single executable file in *publish* folder (not *win-x64*).

0 comments on commit 55fc224

Please sign in to comment.