From 5def38ee938e86749dfcace4bf844957c64ed634 Mon Sep 17 00:00:00 2001 From: Autoz <213220254@qq.com> Date: Sun, 7 Jul 2024 15:46:50 +0800 Subject: [PATCH] gitighore --- .gitignore | 7 +++++++ .idea/vcs.xml | 6 ++++++ AutozShellLauncher.py | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6679311 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +dist +build +__pycache__ +themetext +AutozShellLauncher.py +main.spec + diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/AutozShellLauncher.py b/AutozShellLauncher.py index 3a3d4e0..9b569af 100644 --- a/AutozShellLauncher.py +++ b/AutozShellLauncher.py @@ -4,7 +4,7 @@ if len(sys.argv) > 1: try: if not sys.argv[1] == "-c": # 判断当前目录有没有main.py - + os.system("pip install pluginbase") if os.path.exists("main.py"):