mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +00:00
fix: add missing dmg-license dependency to fix release builds
The release workflow was failing for all platforms because macOS DMG builder requires dmg-license. This single dependency was preventing AppImage, DEB, RPM, DMG, and EXE artifacts from being built and uploaded to any release since v0.7.3. Includes lockfile updates and conversion of git+ssh:// URLs to https:// to prevent SSH key requirement issues in CI/CD and across environments. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -66,6 +66,7 @@
|
||||
"tree-kill": "1.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"dmg-license": "^1.0.11",
|
||||
"husky": "9.1.7",
|
||||
"lint-staged": "16.2.7",
|
||||
"prettier": "3.7.4",
|
||||
|
||||
Reference in New Issue
Block a user