Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31ff527a authored by Michael Jurka's avatar Michael Jurka
Browse files

Update script to pull latest files from Gallery

parent 34c2e6cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,6 +49,6 @@ for file_path in files.split():
    dir = os.path.dirname(file_path)
    if file_path.find('exif') != -1 or file_path.find('common') != -1:
        file_path = 'gallerycommon/' + file_path
    cmd = 'cp %s/%s %s/' % (gallery_dir, file_path, dir)
    cmd = 'cp %s/%s WallpaperPicker/%s/' % (gallery_dir, file_path, dir)
    print cmd
    os.system(cmd)