Skip to content

Commit

Permalink
chore: initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
feildmaster committed Dec 24, 2020
0 parents commit f67f323
Show file tree
Hide file tree
Showing 8 changed files with 2,358 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/node_modules
/dist
Binary file added build/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
const init = require('./src/electron');
const update = require('./src/underscript');

update().then(init);
Loading

0 comments on commit f67f323

Please sign in to comment.