StarUML 3.1.0 mac破解
作者:
ledka | 来源:发表于
2019-03-22 09:32 被阅读1072次
安装npm
brew install node
安装asar
npm install asar -g
StarUML破解
- 官网下载并安装StarUML
- 进入目录
/Applications/StarUML.app/Contents/Resources
- 解压文件
asar extract app.asar app
- 修改js文件
app/src/engine/license-manager.js
checkLicenseValidity () {
this.validate().then(() => {
setStatus(this, true)
}, () => {
setStatus(this, true)
// UnregisteredDialog.showDialog()
})
}
- 重新打包app文件夹
asar pack app app.asar
- 破解成功
本文标题:StarUML 3.1.0 mac破解
本文链接:https://www.haomeiwen.com/subject/gsnkvqtx.html
网友评论