update for snoretoast
This commit is contained in:
parent
64f88f84e9
commit
a2d4f926f0
Binary file not shown.
|
@ -37,7 +37,7 @@ bool SnoreToast::init(SnoreCore *snore)
|
|||
|
||||
QStringList arguements;
|
||||
arguements << "-install"
|
||||
<< qApp->applicationName()
|
||||
<< QString("SnoreNotify\\%1").arg(qApp->applicationName())
|
||||
<< qApp->applicationFilePath()
|
||||
<< m_appID;
|
||||
qDebug() << "SnoreToast" << arguements;
|
||||
|
|
Loading…
Reference in New Issue