mirror of
https://github.com/seemoo-lab/openhaystack.git
synced 2026-03-04 02:00:27 +00:00
Adding OpenHaystack Mobile app
Co-Authored-By: Lukas Burg <lukas.burg@hemalu.de>
This commit is contained in:
committed by
Alexander Heinrich
parent
b65a6e6be0
commit
3d593a006c
6
openhaystack-mobile/linux/main.cc
Normal file
6
openhaystack-mobile/linux/main.cc
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user