Changed VCStudio to Blender-Pipeline in .desktop

This commit is contained in:
Victorious Children Studios 2023-12-14 13:26:27 +02:00
parent d49294e46e
commit 473225aac4

View file

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