()
| 34 | } |
| 35 | |
| 36 | func (c *Celer) LibraryFolder() string { |
| 37 | return filepath.Join(c.platform.Name, c.project.Name, c.Main.BuildType) |
| 38 | } |
| 39 | |
| 40 | func (c *Celer) Downloads() string { |
| 41 | return expr.If(c.Main.Downloads != "", c.Main.Downloads, dirs.DownloadsDir) |