chore: remove name
This commit is contained in:
@@ -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
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user