File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,10 @@ install: $(TARGET)
8484 sed -e " s/@VERSION@/$( VERSION) /g" -e " s/@BRANCH@/$( BRANCH) /g" < cufetch.1 > $(DESTDIR )$(MANPREFIX ) /man1/cufetch.1
8585 chmod 644 $(DESTDIR )$(MANPREFIX ) /man1/cufetch.1
8686 cd assets/ && find ascii/ -type f -exec install -Dm 644 " {}" " $( DESTDIR) $( PREFIX) /share/customfetch/{}" \;
87+ ifeq ($(GUI_MODE ) , 1)
8788 mkdir -p $(DESTDIR)$(APPPREFIX)
8889 cp -f cufetch.desktop $(DESTDIR)$(APPPREFIX)
90+ endif
8991
9092uninstall :
9193 rm -f $(DESTDIR )$(PREFIX ) /bin/$(TARGET )
Original file line number Diff line number Diff line change 1- #!/usr/bin/env xdg-open
21[Desktop Entry]
32Name =Customfetch
43Comment =Highly customizable and fast fetch program
54Type =Application
6- #Path=/home/toni/stupid_projects/customfetch/
75Exec =cufetch --gui
86Terminal =false
97Categories =Viewer;GTK;
You can’t perform that action at this time.
0 commit comments