-
Notifications
You must be signed in to change notification settings - Fork 3
Windows
Morten Møller edited this page Jun 19, 2021
·
1 revision
- Download this file and place it somewhere: https://dot.net/v1/dotnet-install.ps1
- Open PowerShell and run these commands to install the .NET 5.0 SDK:
cd to\folder\that\contains\dotnet-install.ps1
dotnet-install.ps1 -Channel 5.0 -Runtime aspnetcore
Once that's done, go ahead and clone the project, then compile your binary:
git clone https://github.com/mortenmoulder/TwitchClipper.git
cd TwitchClipper
dotnet publish -c Release -o publish -p:PublishReadyToRun=true -p:PublishSingleFile=true -p:PublishTrimmed=true --self-contained true -p:IncludeNativeLibrariesForSelfExtract=true --runtime win-x64 TwitchClipper.sln
cd publish
TwitchClipper.exe -u TWITCH_USERNAME