From 9ce1554c88290e3b0de67501d7ab8dc4fd7034e3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 21 Nov 2024 00:14:12 -0600 Subject: add GoPath: to .deb files --- addRepo.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'addRepo.go') diff --git a/addRepo.go b/addRepo.go index 279892c..f2555f7 100644 --- a/addRepo.go +++ b/addRepo.go @@ -81,6 +81,10 @@ func (c *controlBox) addRepo(path string) { c.dirtyL.SetText("false") } + if c.GoPath.String() == "" { + c.GoPath.SetText(c.status.GoPath()) + } + lasttag := c.status.GetLastTagVersion() if argv.Release { debversion = c.status.DebianReleaseVersion() -- cgit v1.2.3