mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	Revert "fix(flatpak): try setting different bin to avoid sandbox issue"
This reverts commit a778ec617f.
			
			
This commit is contained in:
		@@ -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(';') %>;
 | 
			
		||||
<% } %>
 | 
			
		||||
@@ -71,7 +71,6 @@ module.exports = {
 | 
			
		||||
            config: {
 | 
			
		||||
                options: {
 | 
			
		||||
                    ...baseLinuxMakerConfigOptions,
 | 
			
		||||
                    desktopTemplate: path.resolve("./bin/electron-forge/desktop.ejs"),
 | 
			
		||||
                    id: "com.triliumnext.notes",
 | 
			
		||||
                    runtimeVersion: "24.08",
 | 
			
		||||
                    base: "org.electronjs.Electron2.BaseApp",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user