Skip to content

Commit e9e2536

Browse files
committed
AppImage: modifyAppRunAtexit out
1 parent bea6989 commit e9e2536

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/after-build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ async function processAppImage() {
6060

6161
// Modify atexit function in AppRun
6262
console.log('Modifying AppRun script...');
63-
modifyAppRunAtexit('./squashfs-root/AppRun');
63+
// modifyAppRunAtexit('./squashfs-root/AppRun');
6464

6565
// Remove locale files
6666
console.log('Removing locale files...');

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.28",
3+
"version": "0.10.29",
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)