rusty-bits / octool

OpenCore config.plist visualizer + editor that also generates an EFI folder based on the settings in the config.plist
MIT License
50 stars 2 forks source link

-o option doesn't seem to work #4

Closed bkmartin closed 2 years ago

bkmartin commented 2 years ago

it seems to try to treat my -o 0.7.6 input as the config.plist argument

` % ./octool -o 0.7.6

Did not find config at "/Users/bkmartin/opencore/octool/-o" Using tool_config_files/OpenCorePkg/Docs/Sample.plist `

rusty-bits commented 2 years ago

are you using the latest release version? - currently 0.3.5

unlike my older program, OC-tool, this version does not update itself automatically since it is a compiled binary so users will have to keep downloading the latest version for now

I did have a release in there called "latest_dev_build", but I haven't been good about keeping it up to date

bkmartin commented 2 years ago

that was the problem. i saw it doing it's git downloads and assumed it was updating the app as well. thanks for the great tool