mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-09 16:15:45 +00:00
snore-send has been renamed to snoresend so also chnage the applications name
This commit is contained in:
parent
a46d6a5af0
commit
b6bb93beba
@ -72,7 +72,7 @@ void bringToFront(QString pid)
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QApplication app(argc, argv);
|
||||
app.setApplicationName(QLatin1String("snore-send"));
|
||||
app.setApplicationName(QLatin1String("snoresend"));
|
||||
app.setOrganizationName(QLatin1String("Snorenotify"));
|
||||
app.setApplicationVersion(Snore::Version::version());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user