diff --git a/v3/examples/notifications/build/windows/Taskfile.yml b/v3/examples/notifications/build/windows/Taskfile.yml index 534f4fb31..be6e4125e 100644 --- a/v3/examples/notifications/build/windows/Taskfile.yml +++ b/v3/examples/notifications/build/windows/Taskfile.yml @@ -60,4 +60,4 @@ tasks: run: cmds: - - '{{.BIN_DIR}}/{{.APP_NAME}}.exe' + - '{{.BIN_DIR}}\\{{.APP_NAME}}.exe'