Revert "fix(flatpak): try setting different bin to avoid sandbox issue"

This reverts commit a778ec617f2aa00cf763a0c5ca0387743bc5f6f0.
This commit is contained in:
Elian Doran 2025-03-15 13:44:30 +02:00
parent a778ec617f
commit 103b29d3de
No known key found for this signature in database
2 changed files with 0 additions and 12 deletions

View File

@ -1,11 +0,0 @@
[Desktop Entry]
<% if (productName) { %>Name=<%= productName %>
<% } %><% if (description) { %>Comment=<%= description %>
<% } %><% if (genericName) { %>GenericName=<%= genericName %>
<% } %><% if (desktopExec) { %>Exec=<%= desktopExec %> %U
<% } %><% if (id) { %>Icon=<%= id %>
<% } %>Type=Application
StartupNotify=true
<% if (categories && categories.length) { %>Categories=<%= categories.join(';') %>;
<% } %><% if (mimeType && mimeType.length) { %>MimeType=<%= mimeType.join(';') %>;
<% } %>

View File

@ -71,7 +71,6 @@ module.exports = {
config: { config: {
options: { options: {
...baseLinuxMakerConfigOptions, ...baseLinuxMakerConfigOptions,
desktopTemplate: path.resolve("./bin/electron-forge/desktop.ejs"),
id: "com.triliumnext.notes", id: "com.triliumnext.notes",
runtimeVersion: "24.08", runtimeVersion: "24.08",
base: "org.electronjs.Electron2.BaseApp", base: "org.electronjs.Electron2.BaseApp",