Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)BacklandOctober 3, 2006 at 6:17 AM#compile multiple installersHey 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 😁
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)goldy1064October 3, 2006 at 1:28 PM#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.