Skip to content

Commit b5faac7

Browse files
committed
use mult INPUT folders, add 0.9.7 def
1 parent 702e37b commit b5faac7

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ fn main() {
776776
'h' => {
777777
write!(
778778
stdout,
779-
"SYNOPSIS\r\n\t./octool [options] [-V x.y.z] [config.plist]\r\n"
779+
"SYNOPSIS\r\n\t./octool [options] [-V x.y.z] [INPUT_folder ||config.plist]\r\n"
780780
)
781781
.unwrap();
782782
write!(stdout, "OPTIONS\r\n\t-d use debug versions instead of release\

tool_config_files/config_differences.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"config_differences": [
3+
[
4+
"Booter",
5+
"Quirks",
6+
"FixupAppleEfiImages",
7+
"0.9.7"
8+
],
39
[
410
"UEFI",
511
"Quirks",

tool_config_files/dyn_res_list.zip

17 Bytes
Binary file not shown.

tool_config_files/octool_config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"octool_version": "v0.5.0 2023-01-20",
2+
"octool_version": "v0.5.1 2023-12-30",
33
"octool_releases_url": "https://github.com/rusty-bits/octool/releases",
44
"octool_latest_config_url": "https://raw.githubusercontent.com/rusty-bits/octool/main/tool_config_files/octool_config.json",
55
"octool_latest_dyn_res_list_url": "https://raw.githubusercontent.com/rusty-bits/octool/main/tool_config_files/dyn_res_list.zip",

0 commit comments

Comments
 (0)