Skip to content

Commit

Permalink
Added version
Browse files Browse the repository at this point in the history
  • Loading branch information
OSA413 committed Sep 2, 2024
1 parent 530f2b9 commit f27af2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/ManagerLauncher/src/application.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ impl ModloaderApplication {
.application_name("modloader")
.application_icon("org.gnome.Example")
.developer_name("OSA413")
// .version(VERSION)
.version(common::config::VERSION)
.developers(vec!["OSA413"])
.copyright("© 2024 OSA413")
.build();
Expand Down
2 changes: 1 addition & 1 deletion rust/common/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mod launcher;
pub use launcher::Launcher;

mod config;
pub mod config;

0 comments on commit f27af2a

Please sign in to comment.