Tested on 5.0.1
- Install starUML : starUML.io
- Install nodejs : nodejs.org
- After install nodejs install asar
npm install -g asar
Then go to install path with a terminal with admin mode
- Windows :
C:\Program Files\StarUML\resources
- Mac :
/Applications/StarUML.app/Contents/Resources
Extract app with asar extract app.asar app
Open file app\src\engine\license-manager.js
Replace fuction checkLicenseValidity
content by
checkLicenseValidity () {
this.validate().then(() => {
setStatus(this, true)
}, () => {
setStatus(this, true)
})
}
Repack app with asar pack app app.asar