Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

actions #1128

Merged
merged 26 commits into from
Nov 2, 2024
Merged

actions #1128

Prev Previous commit
Next Next commit
Update collectall.py
  • Loading branch information
HIllya51 committed Nov 2, 2024
commit 41e709aae9e086cd8ad96b6dc65e8b6cdef01dbb
2 changes: 1 addition & 1 deletion src/collectall.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ def copycheck(src, tgt):
copycheck(os.path.join(launch, "LunaTranslator_admin.exe"), targetdir)
copycheck(os.path.join(launch, "LunaTranslator_debug.exe"), targetdir)
copycheck("./LunaTranslator", targetdir)
copycheck(pyrt, targetdir + "/files")
copycheck(r".\files", targetdir)
copycheck(pyrt, targetdir + "/files")
try:
shutil.rmtree(rf"{targetdir}\files\plugins\{baddll}")
except:
Expand Down