Replaced 'v' with '-' in activities bundle name

prototype-backendless-search-and-website-generator
Manish 4 years ago
parent 3b7d086a2d
commit 054ecceed4

@ -109,7 +109,7 @@ class extractData:
bundle.close() bundle.close()
self.copyBundle( self.copyBundle(
bundlePath, activityName+'v'+activityVersion) bundlePath, activityName+'-'+activityVersion)
bundle.close() bundle.close()
def findBundles(self): def findBundles(self):
@ -161,7 +161,7 @@ class extractData:
"summary": "", "summary": "",
"description": "", "description": "",
"tags": (), "tags": (),
"version": "v" "version": "-"
} }
name = activity.get("name") name = activity.get("name")

Loading…
Cancel
Save