Asset: Added the upgraded UE4.26 to UE5.1 project files
This commit is contained in:
parent
5a16829092
commit
abca2aa92c
7952 changed files with 187142 additions and 0 deletions
23
Distribution/Steamworks/Steam_InstallScript.vdf
Normal file
23
Distribution/Steamworks/Steam_InstallScript.vdf
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
"InstallScript"
|
||||
{
|
||||
"Firewall"
|
||||
{
|
||||
"Cardinal Fall" "%INSTALLDIR%\\Cardinal.exe"
|
||||
}
|
||||
"Run Process"
|
||||
{
|
||||
"Steam_CardinalInstaller"
|
||||
{
|
||||
"Process 1" "%INSTALLDIR%\\Steam_CardinalInstaller.exe"
|
||||
"Command 1" "/verysilent"
|
||||
}
|
||||
}
|
||||
"Run Process On Uninstall"
|
||||
{
|
||||
"Steam_CardinalUninstaller"
|
||||
{
|
||||
"Process 1" "%LOCALAPPDATA%\\Cardinal\\unins000.exe"
|
||||
"Command 1" "/verysilent"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue