Add .desktop file
This commit is contained in:
parent
f686ede90f
commit
7b912f7ea6
2 changed files with 14 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -18,6 +18,7 @@ ifneq ($(VENDOR),0)
|
|||
endif
|
||||
|
||||
BIN = cosmic-workspaces
|
||||
APPID = com.system76.CosmicWorkspaces
|
||||
|
||||
all: $(BIN)
|
||||
|
||||
|
|
@ -32,6 +33,7 @@ $(BIN): Cargo.toml Cargo.lock src/main.rs vendor-check
|
|||
|
||||
install:
|
||||
install -Dm0755 target/$(TARGET)/$(BIN) $(DESTDIR)$(bindir)/$(BIN)
|
||||
install -Dm0644 data/$(APPID).desktop $(DESTDIR)$(datadir)/applications/$(APPID).desktop
|
||||
|
||||
## Cargo Vendoring
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue