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


Commits:
128b2eff by lovetox at 2021-10-09T14:42:36+02:00
Remove unused variable

- - - - -
4920b828 by lovetox at 2021-10-09T14:43:02+02:00
Appveyor: Build with python 3.9

- - - - -


2 changed files:

- win/_base.sh
- win/misc/create-launcher.py


Changes:

=====================================
win/_base.sh
=====================================
@@ -12,7 +12,7 @@ cd "${DIR}"
 
 # CONFIG START
 MAJOR_PY_VERSION="3"
-MINOR_PY_VERSION="8"
+MINOR_PY_VERSION="9"
 PYTHON_VERSION="${MAJOR_PY_VERSION}.${MINOR_PY_VERSION}"
 BUILD_VERSION="0"
 


=====================================
win/misc/create-launcher.py
=====================================
@@ -72,7 +72,6 @@ def get_launcher_code(debug):
     int result;
     LPWSTR *szArglist;
     int nArgs;
-    int i;
 
     szArglist = CommandLineToArgvW(GetCommandLineW(), &nArgs);
     if( NULL == szArglist )



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/47908d9bb93e1f65bc60c10cbe4156889ac8aa21...4920b82817ca373d54f9ef9bb980045e810790e8

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/47908d9bb93e1f65bc60c10cbe4156889ac8aa21...4920b82817ca373d54f9ef9bb980045e810790e8
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to