mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-06-10 04:35:52 +02:00
Add dedicated pacman and debian targets
This commit is contained in:
6
Makefile
6
Makefile
@ -23,6 +23,12 @@ desktop: windows linux
|
||||
linux: desktop-common
|
||||
$(YARN) --cwd element-desktop run build64linux
|
||||
|
||||
debian: desktop-common
|
||||
$(YARN) --cwd element-desktop run build64deb
|
||||
|
||||
pacman: desktop-common
|
||||
$(YARN) --cwd element-desktop run build64pacman
|
||||
|
||||
windows: desktop-common
|
||||
$(YARN) --cwd element-desktop run build64windows
|
||||
|
||||
|
Reference in New Issue
Block a user