mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-16 06:20:34 +00:00
Fix unknown switch
Official docs have lied to me once again
This commit is contained in:
2
cc.sh
2
cc.sh
@@ -94,7 +94,7 @@ if [ "$ASF_UI" -eq 1 ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
DOTNET_FLAGS="-c $CONFIGURATION -f $TARGET_FRAMEWORK -p:UseAppHost=false -r ${os_type}-${cpu_architecture} --nologo --self-contained false"
|
||||
DOTNET_FLAGS="-c $CONFIGURATION -f $TARGET_FRAMEWORK -p:SelfContained=false -p:UseAppHost=false -r ${os_type}-${cpu_architecture} --nologo"
|
||||
|
||||
if [ "$SHARED_COMPILATION" -eq 0 ]; then
|
||||
DOTNET_FLAGS="$DOTNET_FLAGS -p:UseSharedCompilation=false"
|
||||
|
||||
Reference in New Issue
Block a user