목차

nativefier

Install

brew install nativefier

애플리케이션 생성

# Make an app from <targetUrl> and set the application name to <name>
nativefier <targetUrl> -n <name>
 
# Make an app from <targetUrl> for the OS <platform> and 
# CPU architecture <arch>
nativefier <targetUrl> -p <platform> -a <arch>
 
# kanbanflow.com exmpale
nativefier --name=kanbanflow --tray --single-instance https://kanbanflow.com/

upgrade

# Upgrade (in place) the existing Nativefier app at <pathToExistingApp>
nativefier --upgrade <pathToExistingApp>
 
# 특정 디렉토리로 이동해서 . 으로 처리해도 된다.
nativefier --upgrade .