This commit is contained in:
Wiesław Šoltés 2022-08-09 08:30:02 +02:00 коммит произвёл GitHub
Родитель e94164892e
Коммит 5ead947eec
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 26 удалений

Просмотреть файл

@ -90,32 +90,6 @@ dotnet build ./src/TraceGui/TraceGui.csproj -c Release
dotnet run --project ./src/TraceGui/TraceGui.csproj -c Release
```
### Publish
#### Windows
```bash
dotnet publish ./src/TraceGui/TraceGui.csproj -c Release -f net5.0 -r win7-x64 -o TraceGui-win7-x64
```
#### Debian
```bash
dotnet publish ./src/TraceGui/TraceGui.csproj -c Release -f net5.0 -r debian.8-x64 -o TraceGui-debian.8-x64
```
#### Ubuntu
```bash
dotnet publish ./src/TraceGui/TraceGui.csproj -c Release -f net5.0 -r ubuntu.14.04-x64 -o TraceGui-ubuntu.14.04-x64
```
#### macOS
```bash
dotnet publish ./src/TraceGui/TraceGui.csproj -c Release -f net5.0 -r osx.10.12-x64 -o TraceGui-osx.10.12-x64
```
# Licensing
Trace is licensed under the [GPL-3.0 License](LICENSE).