mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-16 11:37:47 +01:00
chore: add command to build universal dmg package for mac (#94)
* chore: add command to build universal dmg package for mac * chore: lowercase
This commit is contained in:
5
Makefile
5
Makefile
@@ -36,6 +36,11 @@ build-mac-dmg:
|
||||
@echo "Building the desktop dmg package..."
|
||||
pnpm tauri build --bundles dmg
|
||||
|
||||
# Build universal DMG package for MacOS
|
||||
build-mac-universal-dmg:
|
||||
@echo "Building the desktop dmg package..."
|
||||
pnpm tauri build --target universal-apple-darwin --bundles dmg
|
||||
|
||||
# Combined: Install dependencies, start dev, and build app
|
||||
dev-build: install-dependencies start-dev build-app
|
||||
@echo "Development and build process completed."
|
||||
|
||||
Reference in New Issue
Block a user