Add 7zip decompress binaries. Removed some windows service stuff. Fixed uninstall
This commit is contained in:
parent
37737a7ef0
commit
0b4b5ebdd5
7 changed files with 3 additions and 8 deletions
BIN
core/7zdec
Normal file
BIN
core/7zdec
Normal file
Binary file not shown.
BIN
core/7zdec.exe
Normal file
BIN
core/7zdec.exe
Normal file
Binary file not shown.
|
@ -1,3 +0,0 @@
|
|||
import svc from './service.mjs'
|
||||
|
||||
svc.start();
|
|
@ -1,3 +0,0 @@
|
|||
import svc from './service.mjs'
|
||||
|
||||
svc.stop();
|
|
@ -1 +0,0 @@
|
|||
node service\start.mjs
|
1
stop.bat
1
stop.bat
|
@ -1 +0,0 @@
|
|||
node service\stop.mjs
|
|
@ -1,2 +1,5 @@
|
|||
@setlocal enableextensions
|
||||
@cd /d "%~dp0"
|
||||
|
||||
node service\uninstall.mjs
|
||||
PAUSE
|
Loading…
Reference in a new issue