summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorburdoto2023-05-07 22:34:26 +0200
committerburdoto2023-05-07 22:34:26 +0200
commit218e38d0a92fd697bbe349d756dd972a0116eb22 (patch)
tree18a1181dc60b1875f03cfd90af68bfcf1006c947
parent52faf651dcd9a6cb33e4a14957482d859fd39de6 (diff)
downloadaur-218e38d0a92fd697bbe349d756dd972a0116eb22.tar.gz
another fix attempt
-rw-r--r--RGX.cs8
-rwxr-xr-xpublish.sh2
2 files changed, 7 insertions, 3 deletions
diff --git a/RGX.cs b/RGX.cs
index ece86f8c925c..38e80ea79022 100644
--- a/RGX.cs
+++ b/RGX.cs
@@ -1,9 +1,13 @@
-using System.Globalization;
+using System;
+using System.Collections.Generic;
+using System.Globalization;
+using System.IO;
+using System.Linq;
using System.Text.RegularExpressions;
using CommandLine;
using comroid.common;
-namespace winbash.rgx;
+namespace rgx;
public static class RGX
{
diff --git a/publish.sh b/publish.sh
index 0440d1c42ded..f1f79c1ba243 100755
--- a/publish.sh
+++ b/publish.sh
@@ -3,7 +3,7 @@
set -e # exit on error
dotnet clean
-dotnet build -c Release --sc --use-current-runtime -p:PublishSingleFile=true -o publish
+dotnet build -c Release --sc --use-current-runtime -p:PublishSingleFile=true
# update SRCINFO
git clean -f