windowgrid.json 843 B

123456789101112131415161718192021
  1. {
  2. "version": "1.3.1.1",
  3. "description": "WindowGrid is a modern window management program for Windows.",
  4. "license": "Unknown",
  5. "homepage": "http://windowgrid.net",
  6. "hash": "sha512:6178bb63b4a567d5a01d0642707c95cb8aef4b90a2035f6903df127f2e62283815198891154dd01379e9829a94a7be34c7577e86d5481df50b1a515d4b5b7b82",
  7. "url": "http://windowgrid.net/public/downloads/WindowGrid_1.3.1.1.zip",
  8. "bin": [
  9. "WindowGrid.exe"
  10. ],
  11. "shortcuts": [
  12. [
  13. "WindowGrid.exe",
  14. "WindowGrid"
  15. ]
  16. ],
  17. "pre_install": [
  18. "if (!(test-path \"$dir\\WindowGrid.settings\")) { Invoke-WebRequest -Uri 'https://bitbucket.org/kunago/scoop-bucket/raw/master/settings/windowgrid/WindowGrid.settings' -OutFile \"$dir\\WindowGrid.settings\" }"
  19. ],
  20. "persist": "WindowGrid.settings"
  21. }