libnick 2024.9.2
A cross-platform base for native Nickvision applications.
Loading...
Searching...
No Matches
deploymentmode.h
Go to the documentation of this file.
1
23#ifndef DEPLOYMENTMODE_H
24#define DEPLOYMENTMODE_H
25
27{
31 enum class DeploymentMode
32 {
33 Local,
34 Flatpak,
35 Snap
36 };
37}
38
39#endif //DEPLOYMENTMODE_H
Definition deploymentmode.h:27
DeploymentMode
Supported deployment modes.
Definition deploymentmode.h:32