mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 08:43:57 +00:00
chage fastlis.exe location to not conflict with linux build
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import shutil
|
||||
import platform
|
||||
import os
|
||||
|
||||
if platform.system() == "Windows":
|
||||
shutil.copy("node_modules/ps-list/vendor/fastlist-0.3.0-x64.exe", "resources/fastlist.exe")
|
||||
if not os.path.exists("resources/dist"):
|
||||
os.mkdir("resources/dist")
|
||||
|
||||
shutil.copy("node_modules/ps-list/vendor/fastlist-0.3.0-x64.exe", "resources/dist/fastlist.exe")
|
||||
|
||||
Reference in New Issue
Block a user