File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 170170 cp "$(TargetDir)config/ASF.json" "$(SolutionDir)out/config"
171171 cp "$(TargetDir)config/example.json" "$(SolutionDir)out/config"
172172 cp "$(TargetDir)config/minimal.json" "$(SolutionDir)out/config"
173- mono --desktop --llvm -O=all "$(SolutionDir)tools/ILRepack/ILRepack.exe" /ndebug /internalize /parallel /targetplatform:v4 /wildcards /out:"$(SolutionDir)out/ASF.exe" "$(TargetDir)$(TargetName).exe" "$(TargetDir)*.dll"
173+ mono --llvm --server -O=all "$(SolutionDir)tools/ILRepack/ILRepack.exe" /ndebug /internalize /parallel /targetplatform:v4 /wildcards /out:"$(SolutionDir)out/ASF.exe" "$(TargetDir)$(TargetName).exe" "$(TargetDir)*.dll"
174174 rm "$(SolutionDir)out/ASF.exe.config"
175175 </PostBuildEvent >
176176 </PropertyGroup >
Original file line number Diff line number Diff line change 109109 del "$(SolutionDir)out\ASF-ConfigGenerator.exe.config"
110110 </PostBuildEvent >
111111 <PostBuildEvent Condition =" '$(OS)' == 'Unix' AND '$(ConfigurationName)' == 'Release' " >
112- mono --desktop --llvm -O=all "$(SolutionDir)tools/ILRepack/ILRepack.exe" /ndebug /internalize /parallel /targetplatform:v4 /wildcards /out:"$(SolutionDir)out/ASF-ConfigGenerator.exe" "$(TargetDir)$(TargetName).exe" "$(TargetDir)*.dll"
112+ mono --llvm --server -O=all "$(SolutionDir)tools/ILRepack/ILRepack.exe" /ndebug /internalize /parallel /targetplatform:v4 /wildcards /out:"$(SolutionDir)out/ASF-ConfigGenerator.exe" "$(TargetDir)$(TargetName).exe" "$(TargetDir)*.dll"
113113 rm "$(SolutionDir)out/ASF-ConfigGenerator.exe.config"
114114 </PostBuildEvent >
115115 </PropertyGroup >
Original file line number Diff line number Diff line change 44BUILD=" Release"
55CLEAN=0
66
7- MONO_ARGS=(" --aot" " --desktop " " --llvm " " -O=all" )
7+ MONO_ARGS=(" --aot" " --llvm " " --server " " -O=all" )
88XBUILD_ARGS=(" /nologo" )
99BINARIES=(" ArchiSteamFarm/bin/Release/ArchiSteamFarm.exe" )
1010SOLUTION=" ArchiSteamFarm.sln"
Original file line number Diff line number Diff line change 33
44BUILD=" Release"
55
6- MONO_ARGS=(" --desktop " " --llvm " " -O=all" )
6+ MONO_ARGS=(" --llvm " " --server " " -O=all" )
77
88PRINT_USAGE () {
99 echo " Usage: $0 [debug/release]"
You can’t perform that action at this time.
0 commit comments