Rename to Lncvrt Games Launcher

This commit is contained in:
2025-10-09 14:10:15 -07:00
parent b41ba4493b
commit abf27722a4
8 changed files with 57 additions and 55 deletions

View File

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