We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ac94e commit 131df73Copy full SHA for 131df73
src/main.rs
@@ -77,9 +77,7 @@ fn main() {
77
Err(_) => gio::Resource::load(config::RESOURCES_FILE)
78
.unwrap_or_else(|_| panic!("Unable to load {}", config::RESOURCES_FILE)),
79
Ok(_) => match env::current_exe() {
80
- Ok(path) => {
81
- let mut resource_path = path;
82
-
+ Ok(mut resource_path) => {
83
for _ in 0..2 {
84
resource_path.pop();
85
}
0 commit comments