nuke: menu change to new publisher

This commit is contained in:
Jakub Jezek 2022-09-13 15:00:35 +02:00
parent 4093e0eb9e
commit 8e1342fd08
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -231,7 +231,7 @@ def _install_menu():
)
menu.addCommand(
"Publish...",
lambda: host_tools.show_publish(parent=main_window)
lambda: host_tools.show_publisher(parent=main_window)
)
menu.addCommand(
"Manage...",