Update all, fix broken flutter android compilation

This commit is contained in:
2025-08-02 11:13:39 +02:00
parent 5d412f54c0
commit 82e38ce37c
18 changed files with 935 additions and 123 deletions

6
linux/runner/main.cc Normal file
View File

@@ -0,0 +1,6 @@
#include "my_application.h"
int main(int argc, char** argv) {
g_autoptr(MyApplication) app = my_application_new();
return g_application_run(G_APPLICATION(app), argc, argv);
}