Rename Berry Manager / Berry Dash Manager to Berry Dash Launcher

This commit is contained in:
2025-07-17 22:22:14 -07:00
parent c6379ea726
commit c62467b8f5
6 changed files with 12 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
berry_manager_lib::run()
berry_dash_launcher_lib::run()
}