Skip to content

Commit

Permalink
new ulrs for metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
shevernitskiy committed Mar 10, 2024
1 parent ca9d2f1 commit 73e7c26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ pub const ORIGINAL_FONT: &'static [u8; 1568] = include_bytes!("../assets/origina

pub const PATH_CACHE_FILE: &'static str = "./dfint-installer.cache";

pub const URL_HOOK_MANIFEST: &'static str =
"https://raw.githubusercontent.com/dfint/update-data/main/metadata/hook.json";
pub const URL_DICT_MANIFEST: &'static str =
"https://raw.githubusercontent.com/dfint/update-data/main/metadata/dict.json";
pub const URL_HOOK_MANIFEST: &'static str = "https://dfint.github.io/update-data/metadata/hook.json";
pub const URL_DICT_MANIFEST: &'static str = "https://dfint.github.io/update-data/metadata/dict.json";
pub const URL_BUGS: &'static str = "https://github.com/dfint/installer/issues";

pub const PATH_DATA: &'static str = "dfint-data";
Expand Down

0 comments on commit 73e7c26

Please sign in to comment.