mirror of
https://github.com/EpicMorg/UniversalValveToolbox.git
synced 2025-01-27 14:08:09 +03:00
test
This commit is contained in:
parent
bc48aecee1
commit
e97c63c077
@ -388,15 +388,15 @@ namespace UniversalValveToolbox {
|
||||
if (!finalArg.Contains("-game")) {
|
||||
finalArg += $" -game \"{SelectedProject?.Path ?? string.Empty}\" ";
|
||||
}
|
||||
|
||||
SteamClient.Shutdown();
|
||||
SteamClient.Init(Convert.ToUInt32(SelectedEngine.Appid));
|
||||
var process = Process.Start(toolPath, finalArg);
|
||||
process.EnableRaisingEvents = true;
|
||||
process.Exited += (a, b) => {
|
||||
SteamClient.Shutdown();
|
||||
SteamClient.Init(480);
|
||||
};
|
||||
Process.Start(toolPath, finalArg);
|
||||
// SteamClient.Shutdown();
|
||||
// SteamClient.Init(Convert.ToUInt32(SelectedEngine.Appid));
|
||||
// var process = Process.Start(toolPath, finalArg);
|
||||
// process.EnableRaisingEvents = true;
|
||||
// process.Exited += (a, b) => {
|
||||
// SteamClient.Shutdown();
|
||||
// SteamClient.Init(480);
|
||||
// };
|
||||
|
||||
}
|
||||
else
|
||||
|
@ -363,6 +363,9 @@
|
||||
<None Include="json\engines\243730_ssdk2013sp.json">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="json\projects\bst.json">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="json\projects\test project.json" />
|
||||
<None Include="json\settings.json" />
|
||||
<None Include="Properties\Settings.settings">
|
||||
|
Loading…
x
Reference in New Issue
Block a user