Changeset 4394 for lliurex-store/trunk/fuentes/python3-lliurex-store.install/usr/share/lliurexstore/storeManager.py
- Timestamp:
- Apr 21, 2017, 2:59:21 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-store/trunk/fuentes/python3-lliurex-store.install/usr/share/lliurexstore/storeManager.py
r4370 r4394 375 375 result['status']={'status':0,'msg':''} 376 376 for appInfo in applistInfo: 377 result['data'].append(appInfo) 377 378 package_type=self._check_package_type(appInfo) 378 379 if package_type in typeDict: … … 531 532 return_msg="zmd" 532 533 else: 533 if "Installer" in appInfo['categories']: 534 #Standalone installers must have an installerUrl field loaded from a bundle type=script description 535 if appInfo['installerUrl']!='': 534 536 return_msg="sh" 535 537 else:
Note: See TracChangeset
for help on using the changeset viewer.