mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 17:19:00 +08:00
Use branch name for version, in this case "master"
This commit is contained in:
parent
81c402c3bc
commit
cf83400133
@ -40,7 +40,7 @@ class PrinterApplication(QtApplication):
|
||||
if not hasattr(sys, 'frozen'):
|
||||
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([
|
||||
'CuraEngineBackend',
|
||||
|
Loading…
x
Reference in New Issue
Block a user