diff --git a/Makefile b/Makefile index 22f3951..0d68721 100644 --- a/Makefile +++ b/Makefile @@ -56,22 +56,22 @@ desktop-common: web $(YARN) --cwd element-desktop run build:native linux: desktop-common - $(YARN) --cwd element-desktop run build64 --linux deb pacman tar.xz + $(YARN) --cwd element-desktop run build:64 --linux deb pacman tar.xz debian: desktop-common - $(YARN) --cwd element-desktop run build64 --linux deb pacman tar.xz + $(YARN) --cwd element-desktop run build:64 --linux deb pacman tar.xz pacman: desktop-common - $(YARN) --cwd element-desktop run build64 --linux pacman + $(YARN) --cwd element-desktop run build:64 --linux pacman appimage: desktop-common - $(YARN) --cwd element-desktop run build64 --linux AppImage + $(YARN) --cwd element-desktop run build:64 --linux AppImage windows: desktop-common - $(YARN) --cwd element-desktop run build64 --windows nsis + $(YARN) --cwd element-desktop run build:64 --windows nsis windows-portable: desktop-common - $(YARN) --cwd element-desktop run build64 --windows portable + $(YARN) --cwd element-desktop run build:64 --windows portable macos: desktop-common $(YARN) --cwd element-desktop run build --mac dmg -c.mac.identity=null