Hey team, I am making a desktop app. So, how can I...
# getting-started
p
Hey team, I am making a desktop app. So, how can I make a desktop app for production? Do I need other configurations for production, like when we generate signed Android apps? Also, how can I check programmatically whether my app is running in production or development mode?
k
Asking in #compose-desktop is enough, unless you’re planning to not use Compose as the UI toolkit in your app.
g
Desktop Apps normally don’t have a built in mechanism to check for signed or valid apps. It should be enough to copy an app to a computer and run it. On am Mac, there might be a question dialog (like: “are you sure?“) but it should work. However, if you want to deploy the app via an app store of some kind, there might be requirements that you must check with the store in question.