Thanks for the answer.
After reading your reply, I do need to be more descriptive with my question.
I am looking to dynamically rename the .app file. So storing it on github, google drive, or ftp isn't going to work.
The problem I am trying to solve, is dynamically applying a referral code, to the electron application.
What I've settled on, is renaming the application with an extension of the referral code.
ex. folder-GDGSFH34.app
Then I zip the folder, and send the download to the user.
I am wondering if there is a more elegant way to do this, because this feels very brute force.