Skip to content

Commit

Permalink
[Linux] Fixed crash when navigating between tools (#1259)
Browse files Browse the repository at this point in the history
  • Loading branch information
veler authored Jun 25, 2024
1 parent ee1070d commit 08a556a
Show file tree
Hide file tree
Showing 15 changed files with 915 additions and 251 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ Most of the `DevToys.MacOS` app runs in a web browser (Safari). In order to acce
1. Open a Terminal command prompt in the root folder of this repository.
1. Install Nuke.Build command line tooling with the following command from the command prompt:
```
sudo dotnet tool install Nuke.GlobalTool --global
dotnet tool install Nuke.GlobalTool --global
```
1. Restore all the dependencies with the following command:
```
sudo bash init.sh
bash init.sh
```

### Build, Run & Debug
Expand Down
2 changes: 1 addition & 1 deletion src/app/dev/DevToys.Blazor/wwwroot/css/devtoys.g.css

Large diffs are not rendered by default.

Loading

0 comments on commit 08a556a

Please sign in to comment.