Skip to content

Instantly share code, notes, and snippets.

@spapas
Last active September 1, 2025 15:53
Show Gist options
  • Select an option

  • Save spapas/4965cfddfeeb0cdc8dcce9764454cf12 to your computer and use it in GitHub Desktop.

Select an option

Save spapas/4965cfddfeeb0cdc8dcce9764454cf12 to your computer and use it in GitHub Desktop.
clj-msi
{
"version": "1.0.0",
"description": "MyApp description",
"homepage": "https://example.com",
"license": "free",
"architecture": {
"64bit": {
"url": "https://github.com/casselc/clj-msi/releases/download/v1.12.2.1565/clojure-1.12.2.1565.msi",
"hash": "SHA256:5313211D9ADFB6AB3F5ABBC53F757F21CDE8CAB6D911736ADD5395227E46DC6C"
}
},
"installer": {
"script": [
"Start-Process msiexec.exe -Wait -ArgumentList '/i', \"$dir\\MyAppInstaller.msi\", '/quiet', '/norestart'"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment