Implement Driftwood AppImage manager - Phases 1 and 2

This commit is contained in:
2026-02-26 23:04:27 +02:00
parent d256c008f4
commit 667f0eb1c2
33 changed files with 10401 additions and 0 deletions

3
src/config.rs Normal file
View File

@@ -0,0 +1,3 @@
pub const APP_ID: &str = "app.driftwood.Driftwood";
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
pub const GSETTINGS_SCHEMA_DIR: &str = env!("GSETTINGS_SCHEMA_DIR");