Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye116477 committed Feb 11, 2022
1 parent 7295139 commit afbca9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion make_scripts/make_UXP.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

# Cleanup
unnecessary_f = [pn("./icons/icon96.png"),
pn("./icons/icon128.png"), pn("./PCB.txt")]
pn("./icons/icon128.png")]
unnecessary_f += glob.glob(pn("./_locales/*/messages.json"))
for u_f in unnecessary_f:
os.remove(u_f)
Expand Down
1 change: 0 additions & 1 deletion make_scripts/make_webext.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
unnecessary_folders = [pn("./platform"), pn("./cookieBase")]
for u_f in unnecessary_folders:
shutil.rmtree(u_f)
os.remove(pn("./PCB.txt"))

# Set correct version for extension and cleanup manifest
ext_version = "dev-build"
Expand Down

0 comments on commit afbca9f

Please sign in to comment.