Skip to content

Commit f67f323

Browse files
committed
chore: initial release
0 parents  commit f67f323

File tree

8 files changed

+2358
-0
lines changed

8 files changed

+2358
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/node_modules
2+
/dist

build/icon.png

44.4 KB
Loading

index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
const init = require('./src/electron');
2+
const update = require('./src/underscript');
3+
4+
update().then(init);

0 commit comments

Comments
 (0)