👷 Allow module to be installed on Windows
This commit is contained in:
parent
d786fbacfd
commit
97ccf27921
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@
|
|||
],
|
||||
"bin": "./ssn-installer",
|
||||
"os": [
|
||||
"linux"
|
||||
"linux",
|
||||
"win32"
|
||||
],
|
||||
"cpu": [
|
||||
"x64"
|
||||
|
|
Loading…
Reference in a new issue