File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,12 @@ install: mudclient
90
90
cp -p mudclient $(DESTDIR )$(PREFIX ) /$(BINDIR )
91
91
mkdir -p $(DESTDIR )$(PREFIX ) /$(DATADIR )
92
92
cp -Rp cache/* $(DESTDIR )$(PREFIX ) /$(DATADIR )
93
+ mkdir -p $(DESTDIR )$(PREFIX ) /$(DATAROOTDIR ) /applications
94
+ cp -p freedesktop/* .desktop \
95
+ $(DESTDIR )$(PREFIX ) /$(DATAROOTDIR ) /applications
96
+ mkdir -p $(DESTDIR )$(PREFIX ) /$(DATAROOTDIR ) /pixmaps
97
+ cp -p web/icon.png \
98
+ $(DESTDIR )$(PREFIX ) /$(DATAROOTDIR ) /pixmaps/rsc-c.png
93
99
94
100
clean :
95
101
rm -f src/* .o src/lib/* .o src/ui/* .o src/gl/* .o src/gl/textures/* .o src/custom/* .o glad/* .o
Original file line number Diff line number Diff line change
1
+ [Desktop Entry]
2
+ Type =Application
3
+ Encoding =UTF-8
4
+ Name =rsc-c mudclient
5
+ Comment =Cross-platform RuneScape Classic source port
6
+ Icon =rsc-c
7
+ Exec =mudclient
8
+ Terminal =false
9
+ Categories =Game;AdventureGame;RolePlaying;
You can’t perform that action at this time.
0 commit comments