gitighore

This commit is contained in:
2024-07-07 15:46:50 +08:00
parent 49901e616f
commit 5def38ee93
3 changed files with 14 additions and 1 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
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: try:
if not sys.argv[1] == "-c": if not sys.argv[1] == "-c":
# 判断当前目录有没有main.py # 判断当前目录有没有main.py
os.system("pip install pluginbase") os.system("pip install pluginbase")
if os.path.exists("main.py"): if os.path.exists("main.py"):