사용자 도구

사이트 도구


electron:nativefier

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
electron:nativefier [2021/10/28 10:15]
kwon37xi
electron:nativefier [2022/07/20 23:50] (현재)
kwon37xi [애플리케이션 생성]
줄 2: 줄 2:
   * https://github.com/nativefier/nativefier   * https://github.com/nativefier/nativefier
   * Web 페이지를 native 앱으로 바꿔준다.   * Web 페이지를 native 앱으로 바꿔준다.
 +  * [[https://github.com/nativefier/nativefier/blob/master/API.md|nativefier API]]
  
 ===== Install ===== ===== Install =====
줄 10: 줄 11:
 ===== 애플리케이션 생성 ===== ===== 애플리케이션 생성 =====
   * [[https://github.com/nativefier/nativefier/blob/master/CATALOG.md|Build Commands Catalog]]   * [[https://github.com/nativefier/nativefier/blob/master/CATALOG.md|Build Commands Catalog]]
 +  * [[https://www.addictivetips.com/ubuntu-linux-tips/nativefier-turn-websites-into-linux-apps/|How to use Nativefier to turn websites into Linux apps]]
 <code sh> <code sh>
-nativefier <targetUrl> -n <name>                Make an app from <targetUrl> and set the application name to <name+Make an app from <targetUrl> and set the application name to <name> 
-nativefier --upgrade <pathToExistingApp>        Upgrade (in place) the existing Nativefier app at <pathToExistingApp+nativefier <targetUrl> -<name> 
-nativefier <targetUrl> -<platform-a <arch>  Make an app from <targetUrl> for the OS <platform> and CPU architecture <arch>+ 
 +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/
 </code> </code>
   * 생성후 [[linux:alacarte|alacarte]] 로 메뉴를 생성해주면 된다.   * 생성후 [[linux:alacarte|alacarte]] 로 메뉴를 생성해주면 된다.
 +
 +===== upgrade =====
 +  * [[:electron|Electron]]이 업그레이드 되는 것을 반영해준다.
 +
 +<code sh>
 +# Upgrade (in place) the existing Nativefier app at <pathToExistingApp>
 +nativefier --upgrade <pathToExistingApp>
 +
 +# 특정 디렉토리로 이동해서 . 으로 처리해도 된다.
 +nativefier --upgrade .
 +</code>
electron/nativefier.1635383746.txt.gz · 마지막으로 수정됨: 2021/10/28 10:15 저자 kwon37xi