将网页变为APP
将网页变为APP
install the tools
1 | yay -S nodejs-nativefier |
use the tools
1 | nativefier --icon [path] --name [name] [the url] |
1 | nativefier --icon "/home/mika/Pictures/imgurl.png" --name "imgurl" "https://www.imgurl.org/" |
将会生成如下所示的文件夹,其中的同名文件将可以被执行
编写.desktop文件
1 | [Desktop Entry] |
效果如下
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.