Add 7zip decompress binaries. Removed some windows service stuff. Fixed uninstall

This commit is contained in:
TheThing 2021-12-02 11:01:45 +00:00
parent 37737a7ef0
commit 0b4b5ebdd5
7 changed files with 3 additions and 8 deletions

BIN
core/7zdec Normal file

Binary file not shown.

BIN
core/7zdec.exe Normal file

Binary file not shown.

View file

@ -1,3 +0,0 @@
import svc from './service.mjs'
svc.start();

View file

@ -1,3 +0,0 @@
import svc from './service.mjs'
svc.stop();

View file

@ -1 +0,0 @@
node service\start.mjs

View file

@ -1 +0,0 @@
node service\stop.mjs

View file

@ -1,2 +1,5 @@
@setlocal enableextensions
@cd /d "%~dp0"
node service\uninstall.mjs
PAUSE