Skip to content
Snippets Groups Projects
Commit 8ee22d35 authored by deuce's avatar deuce
Browse files

Add installer support.

parent eb68a31e
No related branches found
No related tags found
No related merge requests found
......@@ -192,5 +192,13 @@ function chkmaint()
}
// TODO CONFIG
chkmaint();
menu();
if (argc == 1 && argv[0] == 'INSTALL') {
var install = {
desc:'`%Aragorn`2\'s Timer'
}
exit(0);
}
else {
chkmaint();
menu();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment