Skip to content

Commit 1d73de0

Browse files
committed
chore: add appID
1 parent 06a4e49 commit 1d73de0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

lib/utils.js

+2
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,8 @@ function removeNewLines(str) {
351351
unless the user physically dismisses them by using:
352352
-persistent
353353
354+
@ref : https://learn.microsoft.com/en-us/windows/apps/design/shell/tiles-and-notifications/adaptive-interactive-toasts?tabs=xml
355+
354356
---- Options ----
355357
[-t] <title string> | Displayed on the first line of the toast.
356358
[-m] <message string> | Displayed on the remaining lines, wrapped.

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@
7272
"./test/_test-matchers.js"
7373
]
7474
},
75+
"build": {
76+
"appId": "com.ntfytoast.id"
77+
},
7578
"devDependencies": {
7679
"@types/uuid": "^9.0.8",
7780
"copyfiles": "^2.4.1",

0 commit comments

Comments
 (0)