Skip to content

Commit

Permalink
Win 插件商店安装路径修复
Browse files Browse the repository at this point in the history
  • Loading branch information
Mzdyl committed Feb 19, 2024
1 parent 4677920 commit e5a888d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def download_and_install_plugin_store(file_path):

if not os.path.exists(existing_destination_path1) and not os.path.exists(existing_destination_path2):
# 创建目标文件夹
os.makedirs(os.path.join(file_path, 'resources', 'app', 'LiteLoaderQQNT-main', 'plugins'), exist_ok=True)
os.makedirs(plugin_path, exist_ok=True)
print(
f"Moving from: {os.path.join(temp_dir, 'LiteLoaderQQNT-Plugin-Plugin-Store', 'LiteLoaderQQNT-Plugin-Plugin-Store-master')}")
print(f"Moving to: {existing_destination_path2}")
Expand Down

0 comments on commit e5a888d

Please sign in to comment.