File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11### Changelog
2- * Add setup.py for initializing Module (You can delete it after first launch)
3- * Fix changelog title
2+ * Add ModuleDisplayName and ModuleAuthorName variables to setup for more customization.
3+ * Exclude setup and readme files from archiving to reduce zip file size.
Original file line number Diff line number Diff line change 11id=@(ModuleName)
22name=@(ModuleDisplayName)
3- version=v1.1
4- versionCode=11
3+ version=v1.2
4+ versionCode=12
55author=@(ModuleAuthorName)
66description=@(ModuleDescription)
77updateJson=https://raw.githubusercontent.com/SAPTeamDEV/@(ModuleName)/master/update.json
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.1 " ,
3- "versionCode" : 11 ,
2+ "version" : " 1.2 " ,
3+ "versionCode" : 12 ,
44 "zipUrl" : " https://github.com/SAPTeamDEV/@(ModuleName)/releases/latest/download/@(ModuleName).zip" ,
55 "changelog" : " https://raw.githubusercontent.com/SAPTeamDEV/@(ModuleName)/master/changelog.md"
66}
You can’t perform that action at this time.
0 commit comments