File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,11 @@ build_snap_x64:
8484 @echo " Build Snap package"
8585 @$(PACKAGE_MANAGER ) $(PACKAGE_MANAGER_SUBDIR_ARG ) $(APP_DIR ) run build-snap-x64
8686
87+ build_macos_x64 :
88+ @echo " Build MacOS package"
89+ @$(PACKAGE_MANAGER ) $(PACKAGE_MANAGER_SUBDIR_ARG ) $(APP_DIR ) $(PACKAGE_MANAGER_ADD_CMD ) dmg-license@^1.0.11
90+ @$(PACKAGE_MANAGER ) $(PACKAGE_MANAGER_SUBDIR_ARG ) $(APP_DIR ) run build-macos-x64
91+
8792
8893build_tar.xz_arm64 :
8994 @echo " Build tar.xz archive"
Original file line number Diff line number Diff line change 99 "build-rpm-x64" : " electron-builder --x64 --linux rpm" ,
1010 "build-snap-x64" : " electron-builder --x64 --linux snap" ,
1111 "build-appimage-x64" : " electron-builder --x64 --linux AppImage" ,
12+ "build-macos-x64" : " electron-builder --x64 --mac" ,
1213
1314 "build-tar.xz-arm64" : " electron-builder --arm64 --linux tar.xz" ,
1415 "build-deb-arm64" : " electron-builder --arm64 --linux deb" ,
You can’t perform that action at this time.
0 commit comments