Skip to content

Commit

Permalink
Merge pull request #10 from flathub/wip/hadess/24.08
Browse files Browse the repository at this point in the history
Update to runtime 24.08 and Pocket Casts 0.8
  • Loading branch information
hadess authored Oct 8, 2024
2 parents 9e13b25 + 05d82cb commit dfae1ab
Show file tree
Hide file tree
Showing 6 changed files with 4,639 additions and 1,108 deletions.
24 changes: 24 additions & 0 deletions 0001-Don-t-print-text-on-exit.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
From 0469ca473b733299002e4e317b4b36c451c95f06 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <[email protected]>
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

31 changes: 0 additions & 31 deletions 0001-flatpak-Add-missing-item-in-appdata-file.patch

This file was deleted.

26 changes: 0 additions & 26 deletions 0001-flatpak-Fix-screenshot-URL.patch

This file was deleted.

Loading

0 comments on commit dfae1ab

Please sign in to comment.