Index: src/main.cpp
--- src/main.cpp.orig
+++ src/main.cpp
@@ -301,8 +301,8 @@ int main(int argc, char *argv[])
     // Only Windows 10 has tar. Older windows versions not supported.
     zipToolPath = "tar";
 #else
-    zipToolPath = "/usr/bin/zip";
-    unzipToolPath = "/usr/bin/unzip";
+    zipToolPath = "${LOCALBASE}/bin/zip";
+    unzipToolPath = "${LOCALBASE}/bin/unzip";
 #endif
     iconPath = vymBaseDir.path() + "/icons/";
     flagsPath = vymBaseDir.path() + "/flags/";
