Files
mobile/linux/runner/main.cc
T
Christian cd9b8d1e60 Add Linux platform (#2171)
* create linux platform with Flutter SDK version 3.35.3

* remove automatically created widget test

* set linux window name to Lichess
2025-09-10 11:08:18 -08:00

7 lines
180 B
C++

#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);
}