mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-19 06:02:54 -04:00
Fix archive repo apk names and source references properly
This commit is contained in:
@@ -232,7 +232,7 @@ def scan_apks(apps, apkcache, repodir, knownapks):
|
||||
apks = []
|
||||
for apkfile in glob.glob(os.path.join(repodir, '*.apk')):
|
||||
|
||||
apkfilename = apkfile[len(repodir):]
|
||||
apkfilename = apkfile[len(repodir) + 1:]
|
||||
if apkfilename.find(' ') != -1:
|
||||
print "No spaces in APK filenames!"
|
||||
sys.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user