사용자 도구

사이트 도구


electron:nativefier

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/
  • 생성후 alacarte 로 메뉴를 생성해주면 된다.

upgrade

  • Electron이 업그레이드 되는 것을 반영해준다.
# Upgrade (in place) the existing Nativefier app at <pathToExistingApp>
nativefier --upgrade <pathToExistingApp>
 
# 특정 디렉토리로 이동해서 . 으로 처리해도 된다.
nativefier --upgrade .
electron/nativefier.txt · 마지막으로 수정됨: 2022/07/20 23:50 저자 kwon37xi