mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 14:13:55 -06:00
Use branch name for version, in this case "master"
This commit is contained in:
parent
81c402c3bc
commit
cf83400133
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class PrinterApplication(QtApplication):
|
||||||
if not hasattr(sys, 'frozen'):
|
if not hasattr(sys, 'frozen'):
|
||||||
Resources.addResourcePath(os.path.join(os.path.abspath(os.path.dirname(__file__)), '..'))
|
Resources.addResourcePath(os.path.join(os.path.abspath(os.path.dirname(__file__)), '..'))
|
||||||
|
|
||||||
super().__init__(name = 'cura', version = "14.2.1")
|
super().__init__(name = 'cura', version = "master")
|
||||||
|
|
||||||
self.setRequiredPlugins([
|
self.setRequiredPlugins([
|
||||||
'CuraEngineBackend',
|
'CuraEngineBackend',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue