Skip to content

Commit d9dc891

Browse files
committed
new val
1 parent 3286f62 commit d9dc891

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bat_epub/epubviewer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"suffix": [
44
"epub"
55
],
6-
"exec": "run.bat \"*SEER_INPUT_PATH*\" \"*SEER_OUTPUT_PATH*.html\" *SEER_OMIT_CACHE*"
6+
"exec": "run.bat \"${input_file}\" \"${output_file}.html\" *SEER_OMIT_CACHE*"
77
}

cmd_rename/replace_extension.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"suffix": [
44
"the_extension_you_wanna_rename"
55
],
6-
"exec": "rename.cmd \"*SEER_INPUT_PATH*\" \"*SEER_OUTPUT_PATH*.js\""
6+
"exec": "rename.cmd \"${input_file}\" \"${output_file}.js\""
77
}

0 commit comments

Comments
 (0)