Skip to content

Commit

Permalink
Use additional launcher info passed by RaiPal >=0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keton committed Jun 23, 2024
1 parent 0890db6 commit bc4e53e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chihuahua.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GitHub.Octokit.SDK" Version="0.0.6" />
<PackageReference Include="GitHub.Octokit.SDK" Version="0.0.17" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="8.0.0" />
<PackageReference Include="Spectre.Console" Version="0.48.0" />
<PackageReference Include="Spectre.Console" Version="0.49.1" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
</ItemGroup>

Expand Down
7 changes: 5 additions & 2 deletions rai-pal-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"version": "0.1",
"title": "Chihuahua",
"version": "0.1.0",
"runnable": {
"path": "chihuahua.exe",
"args": [
"{{ExecutablePath}}",
"--delay", "30"
"--delay", "20",
"--launch-cmd", "{{StartCommand}}",
"--launch-args", "{{StartCommandArgs}}"
]
},
"engine": "Unreal",
Expand Down

0 comments on commit bc4e53e

Please sign in to comment.