Skip to content

Commit

Permalink
Fix: Aurorae theme copied properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourcastic committed Mar 15, 2024
1 parent 4495a06 commit 8c151ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ BuildSplashScreen() {

InstallAuroraeTheme() {
# Prepare Aurorae Theme Folder
cp -r ./Resources/Aurorae/Catppuccin"$FLAVOURNAME"-"$WINDECSTYLENAME" ./dist/Catppuccin"$FLAVOURNAME"-"$WINDECSTYLENAME"
cp -r ./Resources/Aurorae/Catppuccin"$FLAVOURNAME"-"$WINDECSTYLENAME" ./dist/
if [ "$FLAVOUR" -eq 4 ]; then
cp ./Resources/Aurorae/Common/CatppuccinLatte-"$WINDECSTYLENAME"rc ./dist/Catppuccin"$FLAVOURNAME"-"$WINDECSTYLENAME"/Catppuccin"$FLAVOURNAME"-"$WINDECSTYLENAME"rc
else
Expand Down

0 comments on commit 8c151ac

Please sign in to comment.