Compare commits

...

2 Commits

Author SHA1 Message Date
a3f1490db5 gitighore 2024-07-07 15:50:18 +08:00
5def38ee93 gitighore 2024-07-07 15:46:50 +08:00
3 changed files with 7 additions and 7 deletions

6
.gitignore vendored
View File

@@ -1,6 +0,0 @@
dist
build
__pycache__
themetext
AutozShellLauncher.py
main.spec

6
.idea/vcs.xml generated Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@@ -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"):