mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-15 04:32:13 +00:00
6 lines
160 B
Python
6 lines
160 B
Python
|
import shutil
|
||
|
import platform
|
||
|
|
||
|
if platform.system() == "Windows":
|
||
|
shutil.copy("node_modules/ps-list/vendor/fastlist-0.3.0-x64.exe", "resources/fastlist.exe")
|