Skip to content

Instantly share code, notes, and snippets.

@AlexDeveloper714
Forked from DrYazid/starulm.md
Last active October 11, 2018 10:03
Show Gist options
  • Save AlexDeveloper714/c8a42a1131185cd76fe6e96744402b0a to your computer and use it in GitHub Desktop.
Save AlexDeveloper714/c8a42a1131185cd76fe6e96744402b0a to your computer and use it in GitHub Desktop.
StarUml 3.0 full version

StarUML 3.0

  • 1- install staruml. : staruml
  • 2- install node.js : node.js
  • 3- go to ...\AppData\Local\Programs\StarUML\resources
  • 4- open CMD As admin
  • 5- execute

npm install -g asar asar extract app.asar app

  • 6- go to app\src\engine\license-manager.js
  • 7- update file with Notepad or Notepad++, only this function
  checkLicenseValidity () {
    this.validate().then(() => {
      setStatus(this, true)
    }, () => {
      setStatus(this, true)
    })
  }
  • 8- go back to CMD and execute asar pack app app.asar

it's done enjoy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment