Create shortcut only on windows.

This commit is contained in:
Quentin DECAUNES 2019-03-11 12:57:42 +01:00
parent 2cef57486a
commit da100e210a

View File

@ -9,7 +9,9 @@ ready(function(){
displayVersion();
reApplyPeriodically(require('electron-settings').get('settings.reapply_periodically'));
displayOptionDescription();
if (require('os').platform === 'win32') {
recreateShortcut();
}
updatePresetList();
checkForNewRelease();
document.isStarting = false;