fix: appimage admin service bug
This commit is contained in:
@@ -24,8 +24,6 @@ func main() {
|
||||
args = append(args, "")
|
||||
}
|
||||
|
||||
os.Chdir(os.Args[0])
|
||||
|
||||
arg := C.CString(args[1])
|
||||
defer C.free(unsafe.Pointer(arg))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user