minor
This commit is contained in:
parent
ed905b55f9
commit
9ae673a4f5
|
@ -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}`));
|
||||
|
|
Loading…
Reference in New Issue