# | Line 27 | Line 27 | struct ZoeCommand : public app::Applicat | |
---|---|---|
27 | { | |
28 | virtual int Run(const app::ArgumentList& args) | |
29 | { | |
30 | < | Zoe::program = api::GetExecutableName(); |
30 | > | Zoe::program = api::GetExecutablePath().GetName(); |
31 | ||
32 | for (size_t index(0); index < args.GetSize(); ++index) | |
33 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |