Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dev.aunetx.deezer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"sources": [
{
"type": "archive",
"url": "https://cdn-content.dzcdn.net/builds/deezer-desktop/8cF2rAuKxLcU1oMDmCYm8Uiqe19Ql0HTySLssdzLkQ9ZWHuDTp2JBtQOvdrFzWPA/win32/x86/7.1.80/DeezerDesktopSetup_7.1.80.exe",
"sha256": "8aab3c9d90ba39de41dd989726c0a900f28c8f8eaa4ebb4728f33abfe75330ce",
"url": "https://cdn-content.dzcdn.net/builds/deezer-desktop/8cF2rAuKxLcU1oMDmCYm8Uiqe19Ql0HTySLssdzLkQ9ZWHuDTp2JBtQOvdrFzWPA/win32/x86/7.1.90/DeezerDesktopSetup_7.1.90.exe",
"sha256": "ea89db25029a457bedaed77588fe6912be65e8fc89755ac18a1daf7e11b909bf",
"only-arches": [
"x86_64"
],
Expand Down
2 changes: 1 addition & 1 deletion patches/01-start-in-tray.patch
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ diff --git a/build/main.js b/build/main.js
index 8a1eb92..2915d07 100644
--- a/build/main.js
+++ b/build/main.js
@@ -3043,24 +3043,29 @@
@@ -3044,24 +3044,29 @@
finalMinSize[1]
);
}
Expand Down
2 changes: 1 addition & 1 deletion patches/02-start-without-tray.patch
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ diff --git a/build/main.js b/build/main.js
index 2915d07..411964e 100644
--- a/build/main.js
+++ b/build/main.js
@@ -3000,7 +3000,13 @@
@@ -3001,7 +3001,13 @@
this._adjustViewToContentSize(),
mainView.setAutoResize({ width: !0, height: !0 });
} else this.appService.setWindow(this.window, void 0);
Expand Down
2 changes: 1 addition & 1 deletion patches/03-disable-auto-updater.patch
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ diff --git a/build/main.js b/build/main.js
index 411964e..307fc24 100644
--- a/build/main.js
+++ b/build/main.js
@@ -2286,8 +2286,8 @@
@@ -2287,8 +2287,8 @@
}
init() {
this.arch &&
Expand Down
8 changes: 4 additions & 4 deletions patches/05-provide-metadata-mpris.patch
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ index f7f5739..0e0ecf7 100644
],
MediaService
);
@@ -2457,7 +2544,7 @@
@@ -2458,7 +2545,7 @@
(this.ipc = ipc),
(this.app = app);
}
Expand All @@ -171,7 +171,7 @@ index f7f5739..0e0ecf7 100644
const previousUserID = this.user.id;
(this.user = Object.assign(this.user, userInfo)),
previousUserID !== this.user.id &&
@@ -2689,23 +2776,34 @@
@@ -2690,23 +2777,34 @@
const PlayerIpc_ipc = main_di.get(SERVICE_IPC),
media = main_di.get(SERVICE_MEDIA),
powerSave = main_di.get(SERVICE_POWER_SAVE);
Expand Down Expand Up @@ -219,7 +219,7 @@ index f7f5739..0e0ecf7 100644
});
const UpdaterIpc_ipc = main_di.get(SERVICE_IPC),
autoUpdater = main_di.get(SERVICE_UPDATER);
@@ -2714,8 +2812,8 @@
@@ -2715,8 +2813,8 @@
});
const UserIpc_ipc = main_di.get(SERVICE_IPC),
user = main_di.get(SERVICE_USER);
Expand All @@ -230,7 +230,7 @@ index f7f5739..0e0ecf7 100644
});
var application_awaiter = function (thisArg, _arguments, P, generator) {
return new (P || (P = Promise))(function (resolve, reject) {
@@ -2781,6 +2879,10 @@
@@ -2782,6 +2880,10 @@
"autoplay-policy",
"no-user-gesture-required"
),
Expand Down
2 changes: 1 addition & 1 deletion patches/06-control-log-level.patch
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ diff --git a/build/main.js b/build/main.js
index 481fc5c..b141aa2 100644
--- a/build/main.js
+++ b/build/main.js
@@ -3322,12 +3322,18 @@
@@ -3323,12 +3323,18 @@
processType: isProcessMain() ? "main" : process.type,
}),
(external_electron_log_default().transports.console.format = `{h}:{i}:{s}.{ms} ({processType}/{level}) ${isPlatform(PLATFORM.WINDOWS) ? ">" : "›"} {text}`),
Expand Down
2 changes: 1 addition & 1 deletion patches/07-improve-responsiveness.patch
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ diff --git a/build/main.js b/build/main.js
index b141aa2..e5bc640 100644
--- a/build/main.js
+++ b/build/main.js
@@ -3081,8 +3081,8 @@
@@ -3082,8 +3082,8 @@
},
windowOptions = {
title: "Deezer Desktop",
Expand Down
2 changes: 1 addition & 1 deletion patches/08-hide-offline-banner.patch
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ diff --git a/build/main.js b/build/main.js
index e5bc640..8953617 100644
--- a/build/main.js
+++ b/build/main.js
@@ -3078,6 +3078,11 @@
@@ -3079,6 +3079,11 @@
getRealPath(external_electron_namespaceObject.app, __dirname),
"preload.js"
),
Expand Down
2 changes: 1 addition & 1 deletion patches/09-disable-animations.patch
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ diff --git a/build/main.js b/build/main.js
index 8953617..69a734d 100644
--- a/build/main.js
+++ b/build/main.js
@@ -3082,6 +3082,9 @@
@@ -3083,6 +3083,9 @@
(process.argv.some((arg) => arg === "--hide-offline-banner") ||
"yes" === process.env.DZ_HIDE_OFFLINE_BANNER) &&
"--hide-offline-banner",
Expand Down
2 changes: 1 addition & 1 deletion patches/10-disable-notifications.patch
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ diff --git a/build/main.js b/build/main.js
index 69a734d..edacdde 100644
--- a/build/main.js
+++ b/build/main.js
@@ -3085,6 +3085,9 @@
@@ -3086,6 +3086,9 @@
(process.argv.some((arg) => arg === "--disable-animations") ||
"yes" === process.env.DZ_DISABLE_ANIMATIONS) &&
"--disable-animations",
Expand Down
6 changes: 3 additions & 3 deletions patches/11-fix-thumbar-actions.patch
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ index edacdde..ba3d65e 100644
case MenuItemType.PlayerNext:
return this.getPlayerNextOptions();
case MenuItemType.PlayerPrev:
@@ -1586,15 +1589,26 @@
@@ -1587,15 +1590,26 @@
}),
};
}
Expand Down Expand Up @@ -57,7 +57,7 @@ index edacdde..ba3d65e 100644
};
}
getPlayerPrevOptions() {
@@ -1603,9 +1617,9 @@
@@ -1604,9 +1618,9 @@
label: i18n_t("menu_previous_label"),
enabled: this.user.isLoggedIn() && canPrev,
accelerator: "Shift+Left",
Expand All @@ -69,7 +69,7 @@ index edacdde..ba3d65e 100644
};
}
getPlayerShuffleOptions() {
@@ -2248,7 +2262,7 @@
@@ -2249,7 +2263,7 @@
external_electron_namespaceObject.Menu.buildFromTemplate([
this.menu.getItem(MenuItemType.Open),
this.menu.getItem(MenuItemType.Separator),
Expand Down
2 changes: 1 addition & 1 deletion patches/13-disable-hardware-acceleration.patch
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ diff --git a/build/main.js b/build/main.js
index b2b1c55..63386d4 100644
--- a/build/main.js
+++ b/build/main.js
@@ -2897,6 +2897,11 @@
@@ -2898,6 +2898,11 @@
"disable-features",
"HardwareMediaKeyHandling"
),
Expand Down