chore: remove name

This commit is contained in:
2026-03-30 20:22:51 +02:00
parent 6af07088ed
commit c9d96c6c2e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -3,6 +3,6 @@
## Inner workings ## Inner workings
The binary is made by compiling the Meshbook Python project into a binary and then using that to update Linux machines. 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 Tool to update Linux machines remotely and en mass
+1 -1
View File
@@ -26,7 +26,7 @@ func main() {
iconResource := fyne.NewStaticResource("./src/icon.ico", iconData) 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.Settings().SetTheme(theme.DefaultTheme())
app.SetIcon(iconResource) app.SetIcon(iconResource)