mirror of
https://github.com/Starlio-app/StarlioX.git
synced 2025-04-07 03:35:27 +01:00
change process name
This commit is contained in:
parent
996c3043eb
commit
62c76ef2df
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ func Tray() {
|
|||
}
|
||||
|
||||
func Quit() {
|
||||
err := KillProcess("EveryNasa.exe")
|
||||
err := KillProcess("main.go")
|
||||
if err != nil {
|
||||
Logger(err.Error())
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue