diff options
| author | Jeff Carr <[email protected]> | 2024-11-21 00:14:12 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-21 00:14:12 -0600 |
| commit | 9ce1554c88290e3b0de67501d7ab8dc4fd7034e3 (patch) | |
| tree | 9cea90bf2d53c710bdea569c40e1635eb6ce5f46 /addRepo.go | |
| parent | 4bf23793574fb57d749cf6a213195b195f957017 (diff) | |
add GoPath: to .deb files
Diffstat (limited to 'addRepo.go')
| -rw-r--r-- | addRepo.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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() |
