electron-lets-move icon indicating copy to clipboard operation
electron-lets-move copied to clipboard

Automatically move Electron apps to the Applications directory

Results 6 electron-lets-move issues
Sort by recently updated
recently updated
newest added

When package an electron app on local machine, it works. But when I upload the app to a web server and downloaded to Downloads folder it doesn't work. The password...

bug

Password request dialog is popping up but the file is being moved to `~/Applications` instead of `/Applications`. I don't use `~/Applications` but Chrome has placed a few folders in there...

This adds in the ability to pass an options object to the function. The two supported are optional `callback` or `preferRoot` Also fixed an issue where it was looking at...

Working on this functionality...

When the destination directory is not writable you already use sudo to move the application. This works fine, but only when there is not an already existing version of the...

Is it possible to move – or rather copy – the file in case it's inside a mounted disk? Right now nothing happens.

bug