aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index c04c668..ffed296 100755
--- a/install.sh
+++ b/install.sh
@@ -1,5 +1,6 @@
./build.sh && {
cp -f rose /usr/bin
mkdir -p /usr/share/themes/rose
- cp ./style.css /usr/share/themes/rose/
+ cp style.css /usr/share/themes/rose/
+ cp rose-nativefier /usr/bin
}