mirror of
https://github.com/4yn/slidershim.git
synced 2025-02-02 04:27:58 +01:00
naming
This commit is contained in:
parent
21afaa661b
commit
a8d72207a4
@ -154,7 +154,7 @@ impl Config {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn get_log_file_path() -> Option<Box<PathBuf>> {
|
pub fn get_log_file_path() -> Option<Box<PathBuf>> {
|
||||||
let project_dir = ProjectDirs::from("me", "ress.imp", "slidershim").unwrap();
|
let project_dir = ProjectDirs::from("me", "impress labs", "slidershim").unwrap();
|
||||||
let config_dir = project_dir.config_dir();
|
let config_dir = project_dir.config_dir();
|
||||||
fs::create_dir_all(config_dir).unwrap();
|
fs::create_dir_all(config_dir).unwrap();
|
||||||
|
|
||||||
@ -164,7 +164,7 @@ impl Config {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn get_saved_path() -> Option<Box<PathBuf>> {
|
fn get_saved_path() -> Option<Box<PathBuf>> {
|
||||||
let project_dir = ProjectDirs::from("me", "ress.imp", "slidershim").unwrap();
|
let project_dir = ProjectDirs::from("me", "impress labs", "slidershim").unwrap();
|
||||||
let config_dir = project_dir.config_dir();
|
let config_dir = project_dir.config_dir();
|
||||||
fs::create_dir_all(config_dir).unwrap();
|
fs::create_dir_all(config_dir).unwrap();
|
||||||
|
|
||||||
|
@ -25,10 +25,10 @@
|
|||||||
"res/*"
|
"res/*"
|
||||||
],
|
],
|
||||||
"externalBin": [],
|
"externalBin": [],
|
||||||
"copyright": "",
|
"copyright": "© 4yn 2022",
|
||||||
"category": "DeveloperTool",
|
"category": "DeveloperTool",
|
||||||
"shortDescription": "",
|
"shortDescription": "slidershim",
|
||||||
"longDescription": "",
|
"longDescription": "slidershim",
|
||||||
"deb": {
|
"deb": {
|
||||||
"depends": [],
|
"depends": [],
|
||||||
"useBootstrapper": false
|
"useBootstrapper": false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user