- Version: 5.30.1
- .NET Core Version: 3.0
Issue: I'm trying to automate my builds and create different "channels" (Dev/Beta/Prod). I wanted to use the /electron-params switch to specify the file myself... but the file name is hardcoded to the executable. I should be able to specify the file name myself, so I can have a electron.manifest.dev.json file, etc.
As for now, I'm kind of stuck, because I can't even use token replacement to get what I want, because that would break local builds. I'm going to have to resort to file renaming on the build server... which is also more complex than necessary.
Thanks so much for looking into this!