We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b51b35f commit 51039daCopy full SHA for 51039da
3 files changed
βCargo.tomlβ
@@ -1,6 +1,6 @@
1
[package]
2
name = "icu_tool"
3
-version = "0.1.11"
+version = "0.1.11-1"
4
edition = "2021"
5
authors = ["Benign X", "W-Mai"]
6
homepage = "https://github.com/W-Mai/icu"
βres/img_0.pngβ βres/img_0.index8.pngβres/img_0.png renamed to res/img_0.index8.png
βsrc/main.rsβ
@@ -252,7 +252,7 @@ fn deal_path_without_extension(
252
.ok_or("Unable to get parent folder of input file")?;
253
254
let file_name = file_path.file_name().unwrap_or_default();
255
- let output_file_name = Path::new(file_name).with_extension("");
+ let output_file_name = Path::new(file_name).with_extension("PLACEHOLDER");
256
let mut output_file_path = file_folder.join(&output_file_name);
257
258
if let Some(output_folder) = output_folder {
0 commit comments