Added electron builder and auto update scripts. Scripts not tested.

This commit is contained in:
Patrick Fic
2020-10-15 16:59:44 -07:00
parent e6d1c7188b
commit 827243e11f
6 changed files with 1078 additions and 26 deletions

View File

@@ -19,8 +19,8 @@ export function RoutesPage() {
<Layout style={{ background: "#fff" }}>
<Layout.Content style={{ margin: "1rem", height: "100%" }}>
<Switch>
<Route exact path="/" component={Jobs} />
<Route exact path="/settings" component={SettingsPage} />
<Route path="/" component={Jobs} />
</Switch>
</Layout.Content>
</Layout>