문서의 이전 판입니다!
brew install nativefier
# Make an app from <targetUrl> and set the application name to <name> nativefier <targetUrl> -n <name> # Upgrade (in place) the existing Nativefier app at <pathToExistingApp> nativefier --upgrade <pathToExistingApp> # Make an app from <targetUrl> for the OS <platform> and # CPU architecture <arch> nativefier <targetUrl> -p <platform> -a <arch>