JaviercPLUS commited on
Commit
cf20f59
·
verified ·
1 Parent(s): e6b5ff1

Update build.sh

Browse files
Files changed (1) hide show
  1. build.sh +4 -2
build.sh CHANGED
@@ -32,7 +32,9 @@ cd $HOME
32
  git clone https://github.com/Trinity-LA/Trinity-Launcher.git
33
  cd Trinity-Launcher
34
  ./build.sh
35
-
36
-
 
 
37
 
38
 
 
32
  git clone https://github.com/Trinity-LA/Trinity-Launcher.git
33
  cd Trinity-Launcher
34
  ./build.sh
35
+ sudo cp -rf trinito /usr/local/bin/
36
+ sudo cp -rf trinchete /usr/local/bin/
37
+ sudo cp -rf resources/com.trench.trinity.launcher.svg /usr/share/icons/
38
+ sudo cp -rf resources/com.trench.trinity.launcher.desktop /usr/share/applications/
39
 
40