Skip to content

Commit e5dd0e7

Browse files
committed
AppImage: No .desktop symlink
1 parent e416638 commit e5dd0e7

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

build/after-pack.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,4 @@ Categories=Games;Productivity;
9999
// Write the desktop file
100100
fs.writeFileSync(desktopFile, desktopContent, 'utf8');
101101
console.log(` • Desktop file OK: ${desktopFile}`);
102-
103-
// Create symlink in the root directory
104-
const symlinkPath = path.join(appOutDir, 'io.gitlab.yphil.emulsion.desktop');
105-
try {
106-
fs.symlinkSync(desktopFile, symlinkPath);
107-
console.log(` • Symlink created: ${symlinkPath} -> ${desktopFile}`);
108-
} catch (error) {
109-
// Symlink might already exist or fail on some filesystems
110-
console.log(` • Warning: Could not create symlink: ${error.message}`);
111-
}
112102
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emulsion",
3-
"version": "0.10.21",
3+
"version": "0.10.22",
44
"summary": "Better gaming throught chemistry",
55
"description": "Display your games collection into responsive galleries, manage game metadata, cover art and emulator configuration. Launch your games in style.",
66
"homepage": "https://yphil.gitlab.io/emulsion",

0 commit comments

Comments
 (0)