coffeesweet commited on
Commit
342c524
·
verified ·
1 Parent(s): 88dc815

Update build.sh

Browse files
Files changed (1) hide show
  1. build.sh +1 -1
build.sh CHANGED
@@ -42,7 +42,7 @@ sudo make install
42
  cd $HOME
43
  git clone -b appimage-rebase https://github.com/Trinity-LA/Trinity-Launcher.git
44
  cd Trinity-Launcher
45
- ./build.sh
46
  sudo cp -rf ./build/app/trinity /usr/local/bin/
47
  sudo cp -rf resources/branding/com.trench.trinity.launcher.svg /usr/share/icons/
48
  sudo cp -rf resources/shortcuts/com.trench.trinity.launcher.desktop /usr/share/applications/
 
42
  cd $HOME
43
  git clone -b appimage-rebase https://github.com/Trinity-LA/Trinity-Launcher.git
44
  cd Trinity-Launcher
45
+ make
46
  sudo cp -rf ./build/app/trinity /usr/local/bin/
47
  sudo cp -rf resources/branding/com.trench.trinity.launcher.svg /usr/share/icons/
48
  sudo cp -rf resources/shortcuts/com.trench.trinity.launcher.desktop /usr/share/applications/