Vendor cnativeapi for older Linux GLib
build / Build Linux wallet (push) Failing after 2m15s
build / Build Windows wallet (push) Has been cancelled

This commit is contained in:
Codex Bot
2026-04-11 11:01:11 +02:00
parent 647d278200
commit 6f86a17600
297 changed files with 35050 additions and 6 deletions
+6
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);
}