overmindstudios / BlenderUpdater

Small crossplatform Python 3 application to update Blender to the latest buildbot version
https://overmindstudios.github.io/BlenderUpdater/
GNU General Public License v3.0
136 stars 24 forks source link

fix Run Blender button in Linux #15

Closed ghost closed 6 years ago

ghost commented 6 years ago

To run blender on linux would be like this.

def exec_linux(self):
        system(dir_ + '/blender')
        logger.info('Executing ' + dir_ + '/blender')

Greetings.

tobkum commented 6 years ago

Will test tomorrow - cheers!

ghost commented 6 years ago

Is there a place to post proposals or suggestions?

tobkum commented 6 years ago

Just open another issue here

tobkum commented 6 years ago

Fixed with latest commit