mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-03-31 21:24:27 +02:00
Move electron-builder args directly to the Makefile to avoid friction
This commit is contained in:
parent
7c4500e95f
commit
d5fa475e8d
12
Makefile
12
Makefile
@ -56,22 +56,22 @@ desktop-common: web
|
|||||||
$(YARN) --cwd element-desktop run build:native
|
$(YARN) --cwd element-desktop run build:native
|
||||||
|
|
||||||
linux: desktop-common
|
linux: desktop-common
|
||||||
$(YARN) --cwd element-desktop run build64linux
|
$(YARN) --cwd element-desktop run build64 --linux deb pacman tar.xz
|
||||||
|
|
||||||
debian: desktop-common
|
debian: desktop-common
|
||||||
$(YARN) --cwd element-desktop run build64deb
|
$(YARN) --cwd element-desktop run build64 --linux deb pacman tar.xz
|
||||||
|
|
||||||
pacman: desktop-common
|
pacman: desktop-common
|
||||||
$(YARN) --cwd element-desktop run build64pacman
|
$(YARN) --cwd element-desktop run build64 --linux pacman
|
||||||
|
|
||||||
appimage: desktop-common
|
appimage: desktop-common
|
||||||
$(YARN) --cwd element-desktop run build64appimage
|
$(YARN) --cwd element-desktop run build64 --linux AppImage
|
||||||
|
|
||||||
windows: desktop-common
|
windows: desktop-common
|
||||||
$(YARN) --cwd element-desktop run build64windows
|
$(YARN) --cwd element-desktop run build64 --windows nsis
|
||||||
|
|
||||||
windows-portable: desktop-common
|
windows-portable: desktop-common
|
||||||
$(YARN) --cwd element-desktop run build64windows-portable
|
$(YARN) --cwd element-desktop run build64 --windows portable
|
||||||
|
|
||||||
macos: desktop-common
|
macos: desktop-common
|
||||||
$(YARN) --cwd element-desktop run build --mac dmg -c.mac.identity=null
|
$(YARN) --cwd element-desktop run build --mac dmg -c.mac.identity=null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user