Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
fix: daArKrDaRkdarkdark
Browse files Browse the repository at this point in the history
  • Loading branch information
nullishamy committed May 18, 2024
1 parent bc140ee commit 7f05c31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def build(ctx: BuildContext):
"sassc",
*SASSC_OPT,
f"{SRC_DIR}/main/gtk-3.0/gtk-Dark.scss",
f"{output_dir}/gtk-3.0/gtk-dark.css",
f"{output_dir}/gtk-3.0/gtk-Dark.css",
]
)

Expand All @@ -131,7 +131,7 @@ def build(ctx: BuildContext):
"sassc",
*SASSC_OPT,
f"{SRC_DIR}/main/gtk-4.0/gtk-Dark.scss",
f"{output_dir}/gtk-4.0/gtk-dark.css",
f"{output_dir}/gtk-4.0/gtk-Dark.css",
]
)

Expand All @@ -149,7 +149,7 @@ def build(ctx: BuildContext):
"sassc",
*SASSC_OPT,
f"{SRC_DIR}/main/gtk-4.0/gtk-Dark.scss",
f"{output_dir}/gtk-4.0/gtk-dark.css",
f"{output_dir}/gtk-4.0/gtk-Dark.css",
]
)

Expand Down

0 comments on commit 7f05c31

Please sign in to comment.