mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 04:44:15 +02:00
aur dist -> fix 'copy_icons' script
This commit is contained in:
@@ -6,7 +6,7 @@ from pathlib import Path
|
||||
output_base = sys.argv[2]
|
||||
|
||||
for f in glob.glob(sys.argv[1] + '/*.png'):
|
||||
res = f.split('/')[-1].split('.')
|
||||
res = f.split('/')[-1].split('.')[0]
|
||||
dest_dir = output_base + '/' + res + '/apps'
|
||||
|
||||
Path(dest_dir).mkdir(parents=True, exist_ok=True)
|
||||
|
||||
Reference in New Issue
Block a user