golirev
golirev
I added a way to specify the folder to place downloaded files. You can share a "downloads" folder with multiple windows installer build instances without copying from one instance to...
I saved each message to a log file when executing commands for Windows. This makes it possible to identify errors. Various errors can occur depending on the environment, so I...
Need to use File.exist? since File.exists? has been removed at Ruby 3.2. At least, File.exist? has existed since Ruby 2.1, so this change shouldn't cause any problems.