termio: exec uses new flatpak command, no more host-spawn

This commit is contained in:
Mitchell Hashimoto
2023-02-27 11:26:31 -08:00
parent 630374060d
commit 52d22a140c
5 changed files with 94 additions and 36 deletions

View File

@@ -22,6 +22,9 @@ pub const app_runtime = std.meta.stringToEnum(
/// compiled.
pub const devmode_enabled = artifact == .exe and app_runtime == .glfw;
/// We want to integrate with Flatpak APIs.
pub const flatpak = options.flatpak;
pub const Artifact = enum {
/// Standalone executable
exe,