From e70b887b07e3d85a33cd88f355e854f264e6d006 Mon Sep 17 00:00:00 2001 From: zontreck Date: Tue, 27 Aug 2024 12:58:18 -0700 Subject: [PATCH] Remove the instructions that cause instability --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index 3becd54..d8e052e 100755 --- a/compile.sh +++ b/compile.sh @@ -5,4 +5,4 @@ chmod +x runprebuild.sh ./runprebuild.sh # Build Prebuild and SnapWrap -dotnet publish --nologo -o bootstrap -c Release --self-contained true /p:PublishSingleFile=true /p:PublishReadyToRun=true /p:PublishTrimmed=true \ No newline at end of file +dotnet publish --nologo -o bootstrap -c Release --self-contained true /p:PublishSingleFile=true \ No newline at end of file