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

Loading…
Cancel
Save