$ cd "C:\Program Files\SnowLuma"
# method A
$ mklink /d current v1.10.2
# method B
$ powershell -c "New-Item -ItemType SymbolicLink -Path current -Target v1.10.2"
$ dir
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----l 6/23/2026 7:02 AM current
d----- 6/23/2026 7:05 AM v1.10.2
$ wsw install -n snowluma -d --cmd "node index.mjs" --working-dir "C:\Program Files\SnowLuma\current"
$ wsw list
+--------------+---------+
| Service Name | Status |
+--------------+---------+
| snowluma | Running |
+--------------+---------+
Last active
June 22, 2026 23:28
-
-
Save vimagick/9659992044ecced84f19ca434d4d31db to your computer and use it in GitHub Desktop.
Windows Daemon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment