gitighore
This commit is contained in:
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
dist
|
||||
build
|
||||
__pycache__
|
||||
themetext
|
||||
AutozShellLauncher.py
|
||||
main.spec
|
||||
|
||||
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal 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>
|
||||
@@ -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"):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user