From 691c2910e82afe04e1b6a529a335ebc61a06fb0e Mon Sep 17 00:00:00 2001 From: DemonKingSwarn Date: Tue, 11 Feb 2025 20:03:17 +0530 Subject: chore: name change `hyprwatch` -> `hypr-wellbeing` --- hypr-wellbeing.csproj | 13 +++++++++++++ hyprwatch.csproj | 13 ------------- 2 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 hypr-wellbeing.csproj delete mode 100644 hyprwatch.csproj diff --git a/hypr-wellbeing.csproj b/hypr-wellbeing.csproj new file mode 100644 index 0000000..e4aab94 --- /dev/null +++ b/hypr-wellbeing.csproj @@ -0,0 +1,13 @@ + + + + Exe + net8.0 + enable + enable + true + true + linux-x64 + + + diff --git a/hyprwatch.csproj b/hyprwatch.csproj deleted file mode 100644 index e4aab94..0000000 --- a/hyprwatch.csproj +++ /dev/null @@ -1,13 +0,0 @@ - - - - Exe - net8.0 - enable - enable - true - true - linux-x64 - - - -- cgit v1.1