From 007384383b78792b670e345493cdd74549c8568f Mon Sep 17 00:00:00 2001 From: MikalDev <33675273+MikalDev@users.noreply.github.com> Date: Mon, 22 Apr 2024 09:55:28 -0700 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 8f69fb9..6c8cdc5 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,16 @@ https://github.com/MikalDev/fattennwjs/releases Fatten C3 nwjs mac files from a x86 nwjs app and a arm nwjs (when exporting from C3 export both Intel and ARM versions of nwjs and do _not_ package the files.) - To make this available on the command line, - - 1. clone this repo (github desktop app makes it simpler) - 2. install nvm and npm for mac (https://www.freecodecamp.org/news/node-version-manager-nvm-install-guide/) - 3. go to the repo dir - 4. npm install - 5. npm link - 6. fattennwjs --help - 7. fattennwjs --arm mac64-arm --intel mac64 (fattened result will be in mac64-arm dir) - 8. fattened nwjs will be in mac64-arm dir - 9. test the single app on intel and arm platforms +Mac x86 executables: [Releases](https://github.com/MikalDev/fattennwjs/releases) - +fattennwjs --arm mac64-arm --intel mac64 --sign "MoonstoneTest" + +Options: + --version Show version number [boolean] + --arm Path to the ARM directory [string] [required] + --intel Path to the Intel directory [string] [required] + --preview Preview the files that will change [boolean] + --sign codesign the app directory with [string] + -h, --help Show help [boolean] + +Fattens up a NW.js app by using an arm and intel version of the app and optionally signs