Skip to content

Commit e683a54

Browse files
authored
Merge pull request #4 from stuartleeks/toast-fork
Add link to toast fork
2 parents e8523aa + c374137 commit e683a54

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@ name: build-and-release
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ master ]
66
paths-ignore:
77
- README.md
88
- 'docs/**'
99
pull_request:
10-
branches: [ main ]
10+
branches: [ master ]
1111
paths-ignore:
1212
- README.md
1313
- 'docs/**'
14+
# Allows you to run this workflow manually from the Actions tab
15+
workflow_dispatch:
1416

1517
jobs:
1618
build:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
`wsl-notify-send` provides a Windows executable that is intended to be a replacement for the [Linux `notify-send` utility](https://ss64.com/bash/notify-send.html).
44

5-
`wsl-notify-send` is implemented using [go-toast/toast](https://github.com/go-toast/toast) and if you have control over the script calling `notify-send`, you will find that the `toast` CLI gives you more control over the notifications.
5+
`wsl-notify-send` is implemented using [go-toast/toast](https://github.com/go-toast/toast) and if you have control over the script calling `notify-send`, you will find that the `toast` CLI gives you more control over the notifications. Also checkout the [stuartleeks/toast](https://github.com/stuartleeks/toast) fork which includes a change to hide the console window when the app runs.
66

77
## Installation
88

0 commit comments

Comments
 (0)