Skip to content

Instantly share code, notes, and snippets.

@Peronia
Forked from DrYazid/starulm.md
Last active August 11, 2020 17:12
Show Gist options
  • Save Peronia/007f535649c0a29e5f37ddbcc7bf7397 to your computer and use it in GitHub Desktop.
Save Peronia/007f535649c0a29e5f37ddbcc7bf7397 to your computer and use it in GitHub Desktop.
StarUml 3.1 full version

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

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