This gist contain working data for the post 'Nativefier. How create native applications'
https://blog.rpsl.info/2020/05/nativefier-how-create-native-application/
This gist contain working data for the post 'Nativefier. How create native applications'
https://blog.rpsl.info/2020/05/nativefier-how-create-native-application/
| nativefier \ | |
| -n "Grafana" \ | |
| -p 'osx' \ | |
| -f -m \ | |
| --title-bar-style "hiddenInset" \ | |
| --inject ./style.css \ | |
| -i /path/to/icon.png \ | |
| --internal-urls "https://play.grafana.org/d/*" \ | |
| --single-instance \ | |
| "https://play.grafana.org/d/000000012/grafana-play-home?orgId=1" \ | |
| /path/to/output/ |
| .sidemenu { | |
| padding-top: 40px; | |
| width: 75px !important; | |
| } | |
| .sidemenu__logo { | |
| padding-left: 20px !important; | |
| } | |
| .navbar { | |
| -webkit-app-region: drag; | |
| } |