Fix packaging due to unset app_suffix in app_name()

This commit is contained in:
Hecklezz
2026-03-14 19:08:33 +10:00
parent 45e1f64f11
commit c797327b44
+1 -1
View File
@@ -351,7 +351,7 @@ class ViewerManifest(LLManifest,FSViewerManifest):
# app_suffix='Viewer'
#else:
# app_suffix=self.channel_variant()
#return CHANNEL_VENDOR_BASE + ' ' + app_suffix
app_suffix=self.channel_variant()
#<FS:ND> tag "OS" after CHANNEL_VENDOR_BASE and before any suffix
if self.fs_is_opensim():