Skip to content

Commit

Permalink
fix: adjust the installation package source
Browse files Browse the repository at this point in the history
  • Loading branch information
leoli0605 authored Sep 11, 2024
1 parent 1384431 commit 0de2439
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packageData.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"install": {
"linux": "",
"mac": "",
"windows": "winget install --id=Fiji.ImageJ -e"
"windows": "choco install imagej -y"
},
"type": "enable"
},
Expand Down Expand Up @@ -194,7 +194,7 @@
"install": {
"linux": "asdf plugin add rust && asdf install rust latest && asdf global rust latest",
"mac": "asdf plugin add rust && asdf install rust latest && asdf global rust latest",
"windows": "winget install --id=Rustlang.Rust.GNU -e"
"windows": "choco install rust -y"
},
"type": "force"
},
Expand Down Expand Up @@ -430,7 +430,7 @@
"install": {
"linux": "",
"mac": "",
"windows": "winget install --id=Bandisoft.Bandizip -e"
"windows": "choco install bandizip -y"
},
"type": "enable"
},
Expand Down Expand Up @@ -466,7 +466,7 @@
"install": {
"linux": "",
"mac": "",
"windows": "winget install --id=voidtools.Everything -e"
"windows": "choco install everything -y"
},
"type": "enable"
},
Expand Down

0 comments on commit 0de2439

Please sign in to comment.