diff --git a/0001-Don-t-print-text-on-exit.patch b/0001-Don-t-print-text-on-exit.patch new file mode 100644 index 0000000..b28b873 --- /dev/null +++ b/0001-Don-t-print-text-on-exit.patch @@ -0,0 +1,24 @@ +From 0469ca473b733299002e4e317b4b36c451c95f06 Mon Sep 17 00:00:00 2001 +From: Bastien Nocera +Date: Tue, 8 Oct 2024 20:35:51 +0200 +Subject: [PATCH] Don't print text on exit + +--- + main.js | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/main.js b/main.js +index ed677aafdf4f..8ae9efccc689 100644 +--- a/main.js ++++ b/main.js +@@ -159,7 +159,6 @@ app.on( "ready", () => { + }); + + app.on( "window-all-closed", () => { +- console.log("window-all-closed"); + if( process.platform !== "darwin" ){ + app.quit() + } +-- +2.46.2 + diff --git a/tech.feliciano.pocket-casts.yml b/tech.feliciano.pocket-casts.yml index c44583b..dca9908 100644 --- a/tech.feliciano.pocket-casts.yml +++ b/tech.feliciano.pocket-casts.yml @@ -53,6 +53,10 @@ modules: - type: patch path: update-release-notes.patch use-git-am: true + # https://github.com/FelicianoTech/pocket-casts-desktop-app/pull/104 + - type: patch + path: 0001-Don-t-print-text-on-exit.patch + use-git-am: true - type: script dest-filename: run.sh commands: