File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
server/scripting/CyberpunkSdk Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
set_kind (" binary" )
6
6
set_basename (" Cyberpunk2077" )
7
7
add_options (" game" )
8
- set_runargs (" -online" , " --skipStartMenu" , " --ip=127.0.0.1" )
8
+ set_runargs (" -- online" , " --skipStartMenu" , " --ip=127.0.0.1" )
9
9
set_targetdir (path.directory (get_config (" game" )))
10
10
on_build (function (target ) end )
11
11
on_clean (function (target ) end )
Original file line number Diff line number Diff line change 11
11
12
12
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
13
13
<OutputPath >..\..\..\build\windows\x64\debug\plugins\</OutputPath >
14
- <PackageOutputPath >..\..\..\\ build\windows\x64\debug\plugins\</PackageOutputPath >
14
+ <PackageOutputPath >..\..\..\build\windows\x64\debug\plugins\</PackageOutputPath >
15
15
<NoWarn >1701;1702;3270</NoWarn >
16
16
<AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
17
17
<AppendRuntimeIdentifierToOutputPath >false</AppendRuntimeIdentifierToOutputPath >
You can’t perform that action at this time.
0 commit comments