Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit 45a624f

Browse files
committed
fix: correctly rewrite path with inertia mode
fix #170 fix #169
1 parent 7b193e3 commit 45a624f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/public/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ rewrite_imports() {
3737
sed -i 's|@/ui/theme|@/UI/Theme|g' "$final_path"
3838
sed -i 's|@/ui/utils|@/UI/Utils|g' "$final_path"
3939
sed -i 's|@/ui/types|@/UI/Types|g' "$final_path"
40+
sed -i 's|@/ui/icons|@/UI/Icons|g' "$final_path"
41+
sed -i 's|@/ui/keys|@/UI/Keys|g' "$final_path"
4042
fi
4143
}
4244

0 commit comments

Comments
 (0)