사용자 도구

사이트 도구


electron:nativefier

문서의 이전 판입니다!


nativefier

Install

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>
  • 생성후 alacarte 로 메뉴를 생성해주면 된다.
electron/nativefier.1635383938.txt.gz · 마지막으로 수정됨: 2021/10/28 10:18 저자 kwon37xi