Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update README.md

Forget about csproj file
  • Loading branch information
Lamonin committed Oct 1, 2024
1 parent 9b2a5dc commit b2a3b9a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Xbox Explorer Killer

<p align="center">
<img src="https://github.com/Lamonin/XboxExplorerKiller/assets/48371419/2ba3559a-8eb8-4a58-9ccb-87191656c624" alt="Xbox Explorer Killer Image"/>
<img src="ReadmeImages/main.png" alt="Xbox Explorer Killer - Main Window"/>
</p>

**Xbox Explorer Killer** - is a simple program that automatically kills the explorer process in Windows when you launch a game from Xbox Game Pass, and starts the explorer process over again when you close the game.
Expand All @@ -13,7 +13,7 @@ Just start the program, add the names of the processes you need (you can find th

![image](https://github.com/Lamonin/XboxExplorerKiller/assets/48371419/3a87aea8-bd97-4f61-bfc0-01d111bcc1a2)

![image](https://github.com/Lamonin/XboxExplorerKiller/assets/48371419/252eeb44-646a-4c9c-851f-85fe28c8fb62)
<img src="ReadmeImages/add_process.png" alt="Xbox Explorer Killer - Add Process Window"/>

***

Expand All @@ -25,5 +25,5 @@ Just start the program, add the names of the processes you need (you can find th

![image](https://github.com/Lamonin/XboxExplorerKiller/assets/48371419/3a87aea8-bd97-4f61-bfc0-01d111bcc1a2)

![image](https://github.com/Lamonin/XboxExplorerKiller/assets/48371419/252eeb44-646a-4c9c-851f-85fe28c8fb62)
<img src="ReadmeImages/add_process.png" alt="Xbox Explorer Killer - Add Process Window"/>

Binary file added ReadmeImages/add_process.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ReadmeImages/main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions XboxExplorerKiller.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@
</Resource>
</ItemGroup>

<ItemGroup>
<Folder Include="ReadmeImages\" />
</ItemGroup>

</Project>

0 comments on commit b2a3b9a

Please sign in to comment.