set Mac dock icon

pull/13723/head
Steven Powell 2022-03-02 17:37:04 -08:00
parent d556f25e5f
commit f2b85968d3
3 changed files with 2 additions and 0 deletions

BIN
gui/images/minikube.icns Normal file

Binary file not shown.

View File

@ -4,6 +4,7 @@ SOURCES = main.cpp \
cluster.cpp \
window.cpp
RESOURCES = systray.qrc
ICON = images/minikube.icns
QT += widgets
requires(qtConfig(combobox))

View File

@ -8,6 +8,7 @@ date: 2022-02-25
## Overview
- This guide will show you how to setup the minikube GUI
- **WARNING!** This GUI is a prototype and therefore may be unstable or contain bugs. Please use at your own risk, we are not responsible for damages.
## Before You Begin