[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Add option to set extension of executable off
[Thread Prev] | [Thread Next]
- Subject: Re: Add option to set extension of executable off
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Tue, 21 Jul 2026 06:05:07 +0100
- To: Gambas Mailing List <user@xxxxxxxxxxxxxxxxxxxxxx>
It's not a good idea. For starters the previously created .gambas executable is "not" archived inside the new executable when you create one. If it does not have the .gambas extension then it is. (Maybe it can be added to .gitignore file?) I had a project that I managed to rename but it was growing in size every time and made an executable as the previous executable was recursively added to the new archive. (Hope that makes sense) I found it better to just add a symlink to launch it after installation Respects BruceS On Mon, 20 Jul 2026, 21:09 Brian G, <brian@xxxxxxxxxxxxxxxx> wrote: > Would it be difficult to have the .gambas extension be optional when a > gambas executable is created? > > So we can choose to generate myapp instead of myapp.gambas? Or is that > already possible? > > > -- > ~~~~ Brian > >
| Re: Add option to set extension of executable off | BB <adamnt42@xxxxxxxxx> |
| Add option to set extension of executable off | Brian G <brian@xxxxxxxxxxxxxxxx> |