This branch is no longer recommended for use! Switch to the go-rewrite branch for a more up-to-date version of Snapdrop Desktop.
A Snapdrop Desktop app written using Electron.
-
Windows: Download the .exe and run it, head to C:/Program Files(x86)/Snapdrop Desktop and run the snapdrop-desktop.exe and thats it!
- Alternatively, you can unzip and run the file from there.
- Snapdrop will be added to Scoop in the near future.
-
Linux: Unzip and
chmod +x snapdrop-desktop && ./snapdrop-desktop
. Thats it! -
macOS: Not even sure to be honest. There's a .app file inside of the
snapdrop-desktop-darwin-x86.zip
.
Ensure that you have NodeJS LTS installed.
git clone https://github.com/infin1tyy/snapdrop-desktop.git
then npm install && npm start
. That's it!
Ensure that you have NodeJS LTS installed.
git clone https://github.com/infin1tyy/snapdrop-desktop.git
then npm install
.
- Windows:
npm run package-win
- Linux:
npm run package-linux
- macOS:
npm run package-mac
- The NodeJS team.
- The Electron team.
- The people over at Electron Packager.
- RobinLinus for Snapdrop.