mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 20:30:35 +00:00
Added Linux support
This commit is contained in:
parent
82d319ce66
commit
f631780e18
14 changed files with 448 additions and 6 deletions
6
linux/main.cc
Normal file
6
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);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue