Skip to content

Commit

Permalink
World's first macro-deck manifest, paint.net-plugin-gmic updated
Browse files Browse the repository at this point in the history
  • Loading branch information
instinctualjealousy committed Jun 15, 2024
1 parent 1512520 commit f3a3bf4
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 3 deletions.
35 changes: 35 additions & 0 deletions bucket/macro-deck.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"version": "2.14.1",
"description": "Transforms your phone, tablet, or any device equipped with a modern internet browser into an efficient remote macro pad",
"homepage": "https://github.com/Macro-Deck-App/Macro-Deck",
"license": "Apache-2.0",
"notes": [
"Macro Deck stores its settings at \"C:\\Users\\<username>\\AppData\\Roaming\\Macro Deck\".",
"It also stores an additional configuration at \"C:\\Users\\<username>\\AppData\\Local\\Macro_Deck\".",
"On initial setup, you may wish to turn off update checking, for obvious reasons.",
"Running on Windows startup should probably be disabled, as it may point to the versioned location and not the \"current\" symlink as defined by scoop.",
"One final concern is that of ADB. It keeps running after Macro Deck exit if it's enabled. If you have no need for ADB, I recommend turning it off.",
"If needed, I recommend terminating the process before managing/updating this installed package with scoop."
],
"architecture": {
"64bit": {
"url": "https://github.com/Macro-Deck-App/Macro-Deck/releases/download/v2.14.1/macro-deck-2.14.1-win.exe",
"hash": "a0af548bbd21e8f16eaf4541d03aebde1ba667bc42c1570085b5345004f94f26"
}
},
"innosetup": true,
"shortcuts": [
[
"Macro Deck 2.exe",
"Macro Deck 2"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Macro-Deck-App/Macro-Deck/releases/download/v$version/macro-deck-$version-win.exe"
}
}
}
}
6 changes: 3 additions & 3 deletions bucket/paint.net-plugin-gmic.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "3.3.6",
"version": "3.4.0",
"description": "A paint.net effect that provides integration with G'MIC-Qt",
"homepage": "https://github.com/0xC0000054/pdn-gmic",
"license": "GPL-3.0-only",
"depends": "extras/paint.net",
"url": "https://github.com/0xC0000054/pdn-gmic/releases/download/v3.3.6/Gmic_win64.zip",
"hash": "441b3c746d0aa93875513d41c6cb53f5baa0bdf17ae55bb18ef03bdcfbf0c9c9",
"url": "https://github.com/0xC0000054/pdn-gmic/releases/download/v3.4.0/Gmic_win64.zip",
"hash": "323854cfabd28c0ffb0439f4090052b3749efe50edcd9fb100bba441b5b7509d",
"post_install": [
"$paintdotnet = \"$(appdir paint.net)\\current\\Effects\"",
"Move-Item -Path \"$dir\\Gmic.dll\" -Destination \"$paintdotnet\" -Force",
Expand Down

0 comments on commit f3a3bf4

Please sign in to comment.