StarUML 3.1
- 1- install staruml. : staruml
- 2- install node.js : node.js
- 3- go to C:\Program Files\StarUML\resources
- 4- open CMD As admin
- 5- execute
npm install -g asar
npx asar extract app.asar app
(see hint)
notepad app\src\engine\license-manager.js
- 6-change
checkLicenseValidity ()
to this:
checkLicenseValidity () {
this.validate().then(() => {
setStatus(this, true)
}, () => {
setStatus(this, true)
})
}
- 7- go back to CMD and execute
npx asar pack app app.asar
its done enjoy