Skip to content

Commit ced17a5

Browse files
committed
gntp test crash
wrong file path (icon image is mandatory)
1 parent 4e13aa5 commit ced17a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

service/watchdog/notification-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ module.exports.toast = async() => {
7070
await balloon({
7171
title: payload.title,
7272
message: (options.notification.showDesc) ? "Balloon Fallback\nHello World" : "Balloon Fallback",
73-
ico: "./icon.ico"
73+
ico: "./notification/icon/icon.ico"
7474
});
7575
}catch(err){
7676
throw err;
@@ -96,7 +96,7 @@ module.exports.gntp = async() => {
9696
await gntp.send({
9797
title: "Achievement Watcher",
9898
message: (options.notification.showDesc) ? "Grrr!\nHello World" : "Grrr!",
99-
icon: "./icon.png"
99+
icon: "./notification/icon/icon.png"
100100
});
101101

102102
if(options.notification.rumble){ xinput.rumble().catch(()=>{}); }

0 commit comments

Comments
 (0)