mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 15:55:38 +01:00
Remove unused release block
This commit is contained in:
parent
53c539584f
commit
a61709c3d0
@ -39,9 +39,6 @@ static RAW_CONFIG: &'static str = include_str!("../config.toml");
|
||||
fn main() {
|
||||
let config = Config::from_toml_str(RAW_CONFIG).unwrap();
|
||||
|
||||
/*let github_releases = sources::github::GithubReleases{};
|
||||
println!("{:?}", github_releases.get_current_releases(&config.packages[0].source.config));*/
|
||||
|
||||
let app_name = config.general.name.clone();
|
||||
|
||||
let framework = InstallerFramework::new(config);
|
||||
|
Loading…
Reference in New Issue
Block a user