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