Move electron-builder args directly to the Makefile to avoid friction

This commit is contained in:
su-ex 2021-07-06 11:17:42 +02:00
parent 7c4500e95f
commit d5fa475e8d
No known key found for this signature in database
GPG Key ID: E9E9F6644110943E

View File

@ -56,22 +56,22 @@ desktop-common: web
$(YARN) --cwd element-desktop run build:native
linux: desktop-common
$(YARN) --cwd element-desktop run build64linux
$(YARN) --cwd element-desktop run build64 --linux deb pacman tar.xz
debian: desktop-common
$(YARN) --cwd element-desktop run build64deb
$(YARN) --cwd element-desktop run build64 --linux deb pacman tar.xz
pacman: desktop-common
$(YARN) --cwd element-desktop run build64pacman
$(YARN) --cwd element-desktop run build64 --linux pacman
appimage: desktop-common
$(YARN) --cwd element-desktop run build64appimage
$(YARN) --cwd element-desktop run build64 --linux AppImage
windows: desktop-common
$(YARN) --cwd element-desktop run build64windows
$(YARN) --cwd element-desktop run build64 --windows nsis
windows-portable: desktop-common
$(YARN) --cwd element-desktop run build64windows-portable
$(YARN) --cwd element-desktop run build64 --windows portable
macos: desktop-common
$(YARN) --cwd element-desktop run build --mac dmg -c.mac.identity=null