diff --git a/js/app.js b/js/app.js index d03c6fe..cdd761b 100644 --- a/js/app.js +++ b/js/app.js @@ -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;