Disable move-to-applications on Linux/Win32

This commit is contained in:
Ben Gotow 2018-07-14 23:23:50 -07:00
parent 53a53315c4
commit 18640d1891

View file

@ -164,6 +164,9 @@ export default class Application extends EventEmitter {
}
async oneTimeMoveToApplications() {
if (process.platform !== 'darwin') {
return;
}
if (this.devMode || this.specMode) {
return;
}