mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-26 06:54:56 +03: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")
|