compile multiple installers
Hey all,
I;ve got a folder with several subfolders, with each subfolder containing an NSIS script, whats the easiest way to have all of the scripts compiled?
Thanks :D
Archive: compile multiple installers
compile multiple installers
Hey all,
I;ve got a folder with several subfolders, with each subfolder containing an NSIS script, whats the easiest way to have all of the scripts compiled?
Thanks :D
What type of build system are you using? If you're not using any, you could just write a batch script that gets a directory passed in and it goes through and compiles a script within each subdirectory.