2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-27 07:33:47 +00:00

update readme

This commit is contained in:
Max Ogden 2015-06-27 20:08:47 -05:00
parent 714c02cc00
commit cff6ab50ee

View File

@ -58,7 +58,7 @@ version-string should contain a hash of the application metadata to be embed
This will: This will:
- Find or download the correct release of Electron - Find or download the correct release of Electron
- Use that version of electron to create a app in `cwd` named using `appname` for the platform you specified - Use that version of electron to create a app in `<out>/<appname>-<platform>`
You should be able to launch the app on the platform you built for. If not, check your settings and try again. You should be able to launch the app on the platform you built for. If not, check your settings and try again.