Skip to content

Commit 003411c

Browse files
committed
docs(readme): update readme
1 parent d7bbab1 commit 003411c

File tree

2 files changed

+23
-13
lines changed

2 files changed

+23
-13
lines changed

CrossLaunch/CrossLaunch.csproj

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,21 @@
44
<TargetFramework>net9.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<LangVersion>latest</LangVersion>
7-
7+
88
<Title>CrossLaunch</Title>
9-
<Authors>DerStimmler</Authors>
10-
<Description>Launch games of various launchers from Steam</Description>
9+
<Author>DerStimmler</Author>
10+
<PublisherName>DerStimmler</PublisherName>
11+
<Description>Launch your games from various launchers through Steam</Description>
1112
<Copyright>Copyright (c) DerStimmler 2025</Copyright>
1213
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1314
<RepositoryUrl>https://github.com/DerStimmler/CrossLaunch</RepositoryUrl>
1415
<PackageTags>steam, csharp, dotnet, launcher, avalonia, avaloniaui, epicgames</PackageTags>
15-
16+
1617
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
1718
<ApplicationManifest>app.manifest</ApplicationManifest>
1819
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
1920
<ApplicationIcon>Assets/Images/favicon.ico</ApplicationIcon>
20-
21+
2122
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64;osx-arm64</RuntimeIdentifiers>
2223
<PublishSingleFile>true</PublishSingleFile>
2324
<PublishTrimmed>true</PublishTrimmed>

README.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,38 @@
88

99
# CrossLaunch
1010

11-
[![GitHub license](https://img.shields.io/github/license/co-IT/CSharpFunctionalExtensions.HttpResults)](https://github.com/co-IT/CSharpFunctionalExtensions.HttpResults/blob/main/LICENSE.md)
11+
[![GitHub license](https://img.shields.io/github/license/DerStimmler/CrossLaunch)](https://github.com/DerStimmler/CrossLaunch/blob/main/LICENSE.md)
1212

13-
Launch games of various launchers from Steam
13+
**Launch your games from various launchers through Steam**
1414

15-
CrossLaunch lets you start all your games from Steam, bringing Steam's powerful features like controller support and Steam Overlay to games from other launchers. It simplifies your gaming experience by unifying your library and enhancing compatibility, so you can enjoy every game with the convenience of Steam.
15+
CrossLaunch allows you to seamlessly launch games from various platforms directly through Steam. This means you can enjoy Steam's robust features—like controller support and the Steam Overlay—even when playing games from other launchers.
16+
17+
Prefer a standalone setup? CrossLaunch works independently of Steam too, offering a streamlined way to unify your game library for a simpler, more convenient gaming experience.
1618

1719
## Usage
1820

1921
1. Download the newest version archive from [GitHub Releases](https://github.com/DerStimmler/CrossLaunch/releases)
2022
2. Extract the archive
2123
3. In your Steam library, add the executable as a Non-Steam Game
2224

23-
| Add Non-Steam Game | Browse for executable |
24-
|----------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|
25-
| <img src="assets/docs/non-steam-game.png" alt="add non steam game" height="80"/> | <img src="assets/docs/non-steam-game-browse.png" alt="browse for executable" height="170"/> |
25+
<details>
26+
<summary>
27+
How to do that?
28+
</summary>
29+
30+
| Add Non-Steam Game | Browse for executable |
31+
|---------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------|
32+
| <img src="assets/docs/non-steam-game.png" alt="add non steam game"/> | <img src="assets/docs/non-steam-game-browse.png" alt="browse for executable"/> |
33+
</details>
34+
2635
4. Start CrossLaunch through Steam by clicking _Play_
2736
5. Select a game in the CrossLaunch launcher
2837

29-
<img src="assets/docs/cross-launch-game-selection.png" alt="select game in CrossLaunch launcher" height="200"/>
38+
<img src="assets/docs/cross-launch-game-selection.png" alt="select game in CrossLaunch launcher"/>
3039

3140
## Supported Launchers
3241

33-
- Epic Games Store
42+
- Epic Games Launcher
3443

3544
## Development
3645

0 commit comments

Comments
 (0)