Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiserdragon2 committed Mar 10, 2024
1 parent a4f86ad commit 92afa17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/preparerelease.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def check_arcticons_path(path):
APP_SRC_DIR = ARCTICONS_PATH + "/app/src"
APPFILTER_PATH = NEWICONS_PATH + "/appfilter.xml"
DRAWABLE_PATH = APP_SRC_DIR + "/main/res/xml/drawable.xml"
NEWDRAWABLE_PATH = "/generated/newdrawables.xml"
NEWDRAWABLE_PATH = ARCTICONS_PATH +"/generated/newdrawables.xml"
WHITE_DIR = ICONS_PATH + "/white"
BLACK_DIR = ICONS_PATH + "/black"
EXPORT_DARK_DIR = APP_SRC_DIR +"/normal/res/drawable-nodpi"
Expand Down

0 comments on commit 92afa17

Please sign in to comment.