File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414from urllib .request import urlopen
1515from string import Template
1616
17- distVersion = 1
17+ distVersion = 2
1818latest_url = "https://api.github.com/repos/syncthing/syncthing/releases/latest"
1919infoPlist = 'syncthing/Info.plist'
2020infoPlistTmpl = 'syncthing/Info.plist.tmpl'
Original file line number Diff line number Diff line change 1919 <key >CFBundlePackageType </key >
2020 <string >APPL </string >
2121 <key >CFBundleShortVersionString </key >
22- <string >1.29.2-1 </string >
22+ <string >1.29.2-2 </string >
2323 <key >CFBundleVersion </key >
24- <string >102900201 </string >
24+ <string >102900202 </string >
2525 <key >LSApplicationCategoryType </key >
2626 <string >public.app-category.utilities </string >
2727 <key >LSMinimumSystemVersion </key >
You can’t perform that action at this time.
0 commit comments