mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: run fastfile binary from resources folder
feat: run process watcher each 300ms feat: add build step to copy fastlist from node_modules feat: create postinstall script to copy fastlist binary remove debug logs
This commit is contained in:
parent
b5d1c1a0b0
commit
2194a5ac21
6 changed files with 44 additions and 10 deletions
5
postinstall.py
Normal file
5
postinstall.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
import shutil
|
||||
import platform
|
||||
|
||||
if platform.system() == "Windows":
|
||||
shutil.copy("node_modules/ps-list/vendor/fastlist-0.3.0-x64.exe", "resources/fastlist.exe")
|
Loading…
Add table
Add a link
Reference in a new issue