Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MikalDev authored Apr 22, 2024
1 parent 6c6a3ae commit 0073843
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <keyName> [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

0 comments on commit 0073843

Please sign in to comment.