This commit is contained in:
Mr. Stallion 2023-09-02 23:13:27 -07:00
parent ed905b55f9
commit 9ae673a4f5
1 changed files with 19 additions and 21 deletions

View File

@ -137,7 +137,6 @@ require('electron-packager')({
fs.copyFileSync(path.join(libSource, file), path.join(libDir, file));
}
console.log('SYMLINK', path.join(appPath, 'icon.png'), path.join(appPath, '.DirIcon'));
fs.symlinkSync(path.join(appPath, 'icon.png'), path.join(appPath, '.DirIcon'));
fs.writeFileSync(path.join(appPath, 'fchat.desktop'), '[Desktop Entry]\nName=F-Chat\nExec=AppRun\nIcon=icon\nType=Application\nCategories=GTK;GNOME;Utility;');
@ -162,5 +161,4 @@ require('electron-packager')({
}, (e) => console.error(`HTTP error: ${e.message}`));
}
}
}
}, (e) => console.log(`Error while packaging: ${e.message}`));