Philipp Hörist pushed to branch gajim_1.3 at gajim / gajim


Commits:
55907395 by lovetox at 2020-12-30T23:40:21+01:00
Windows: Convert version correctly

- - - - -


1 changed file:

- win/misc/create-launcher.py


Changes:

=====================================
win/misc/create-launcher.py
=====================================
@@ -136,7 +136,7 @@ def get_resouce_code(filename, file_version, file_desc, 
icon_path,
 """
 
     def to_ver_list(v):
-        v = v.replace('-dev', '.')
+        v = v.split("-")[0]
         return ",".join(map(str, (list(map(int, v.split("."))) + [0] * 4)[:4]))
 
     file_version_list = to_ver_list(file_version)



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/55907395d46d5d5e41e16f762c12461ac2cf7180

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/55907395d46d5d5e41e16f762c12461ac2cf7180
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to