electron/rcedit

does this run on linux/macos?

mreinstein opened this issue · 1 comments

I'm assuming this only runs on windows? It'd be great to be able to run this from other platforms.

According to #4 it relies on Windows APIs to parse exe files. It appears to work with wine on linux. If you use an arch based distro I've made it available as a package via the AUR.

Otherwise just download the rcedit exe, install wine and run it in terminal like this:
wine "~/Downloads/rcedit-x64.exe" "/path/to/input/file.exe --options"