1 option('git_branch', type: 'string', value: '@GIT_BRANCH@')
2 option('git_commit', type: 'string', value: '@GIT_COMMIT@')
3 option('git_commit_short', type: 'string', value: '@GIT_COMMIT_SHORT@')
5 option('os', type: 'combo', choices: ['linux', 'windows', 'macos'], value: 'linux')
6 option('distro', type: 'combo', choices: ['generic', 'debian', 'arch'], value: 'generic')
8 option('appimage', type: 'boolean', value: false)
9 option('flatpak', type: 'boolean', value: false)
10 option('snap', type: 'boolean', value: false)
12 option('runtime', type: 'string', value: '')
14 option('use_libunity', type: 'boolean', value: false)
16 option('use_overlayfs', type: 'boolean', value: true)
18 option('use_images_memcache', type: 'boolean', value: true)