From c9d96c6c2edf204535fa2d625a250f4bf9238723 Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Mon, 30 Mar 2026 20:22:51 +0200 Subject: [PATCH] chore: remove name --- README.md | 4 ++-- src/main.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0bc105b..4d0ac5b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,6 @@ ## Inner workings The binary is made by compiling the Meshbook Python project into a binary and then using that to update Linux machines. -This project serves as some kind of wrapper around that. +This project serves as some kind of wrapper around that. -Tool to update Systemec Thinclients remotely and en mass \ No newline at end of file +Tool to update Linux machines remotely and en mass diff --git a/src/main.go b/src/main.go index fa5d2b9..235161f 100644 --- a/src/main.go +++ b/src/main.go @@ -26,7 +26,7 @@ func main() { iconResource := fyne.NewStaticResource("./src/icon.ico", iconData) - app := app.NewWithID("nl.systemec.patchworks") + app := app.NewWithID("nl.nerthus.patchworks") app.Settings().SetTheme(theme.DefaultTheme()) app.SetIcon(iconResource)