Skip to content

Portable binaries for everyone!

Latest
Compare
Choose a tag to compare
@RolandWH RolandWH released this 25 Nov 13:58

New portable binaries for both Linux and Windows thanks to pyinstaller!

QobuzMove.exe is for Windows
QobuzMove.bin is for Linux 馃惂 馃惂

If you want to use the command line to run these anywhere on your system then you will have to move the binary into a location which is included in the PATH. On both Linux and Windows this requires you to be an administrator.

You can do this on Linux by running the commands:

cd ~/Downloads #or wherever you downloaded the binary
sudo mv QobuzMove.bin /bin

Or on Windows using these commands (needs an elevated command prompt):

cd "C:\Users\YourUsername\Downloads" && rem or wherever you downloaded the binary
move QobuzMove.exe C:\Windows

You can also move the file using graphical file manages but since the primary use of doing this is to access the program anywhere from the command line I didn't see much use in going into that here.