summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjs6pak2021-07-14 00:15:14 +0200
committerjs6pak2021-07-14 00:15:14 +0200
commitb465ea00f7b02f9698436488529728af422d34c0 (patch)
tree5fafeaf592aaf172604a833f644590dff31b85c5
parente27650ef5073274d05b6470d11f68e1874c8f5c4 (diff)
downloadaur-b465ea00f7b02f9698436488529728af422d34c0.tar.gz
Workaround https://github.com/dotnet/runtime/issues/44511
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcbff71d0580..096eff264e62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ pkgver() {
build() {
cd "DepotDownloader/DepotDownloader"
- dotnet publish -r linux-x64 -c Release -p:PublishSingleFile=true --no-self-contained
+ dotnet publish -r linux-x64 -c Release -p:PublishSingleFile=true --no-self-contained -p:IncludeAllContentForSelfExtract=true
}
package() {