Changed VCStudio to Blender-Pipeline in .desktop
This commit is contained in:
parent
d49294e46e
commit
473225aac4
1 changed files with 3 additions and 4 deletions
|
@ -313,7 +313,7 @@ for i in missing:
|
|||
|
||||
|
||||
desktop = """[Desktop Entry]
|
||||
Name=VCStudio
|
||||
Name=Blender-Pipeline
|
||||
GenericName=Blender-Organizer
|
||||
Path="""+os.getcwd()+"""
|
||||
Exec=python3 run.py
|
||||
|
@ -324,8 +324,8 @@ Categories=Graphics;3DGraphics;Office
|
|||
|
||||
"""
|
||||
if os.path.exists(os.environ['HOME']+"/.local/share/applications") \
|
||||
and not os.path.exists(os.environ['HOME']+"/.local/share/applications/VCStudio.desktop"):
|
||||
o = open(os.environ['HOME']+"/.local/share/applications/VCStudio.desktop", "w")
|
||||
and not os.path.exists(os.environ['HOME']+"/.local/share/applications/Blender-Pipeline.desktop"):
|
||||
o = open(os.environ['HOME']+"/.local/share/applications/Blender-Pipeline.desktop", "w")
|
||||
o.write(desktop)
|
||||
o.close()
|
||||
output("\033[1;42m", talk.text("desktopcreated"))
|
||||
|
@ -358,6 +358,5 @@ print("\033[1;m")
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue