Re: How to make a new dub subpackage? [Answered]

2021-12-01 Thread Kyle Ingraham via Digitalmars-d-learn
Thanks for the writeup. How are you using this functionality?

Re: How to deploy single exe application (?)

2021-12-01 Thread Guillaume Piolat via Digitalmars-d-learn
On Wednesday, 1 December 2021 at 09:49:56 UTC, Guillaume Piolat wrote: Huh, I never intended for someone to actually use this :| Such a thing will never work on macOS for example. You can create an installer rather easily with InnoSetup instead.

Re: How to deploy single exe application (?)

2021-12-01 Thread Guillaume Piolat via Digitalmars-d-learn
On Wednesday, 1 December 2021 at 07:45:21 UTC, bauss wrote: On Monday, 29 November 2021 at 14:58:07 UTC, Willem wrote: Thanks again for all the responses. For now -- I am simply adding the DLL to the EXE and writing it out to the working directory. Not elegant - but it does work. If you