Skip to content

Commit

Permalink
Merge pull request just-install#241 from just-install/jetbrains-update
Browse files Browse the repository at this point in the history
Update Jetbrains IDEs to 2020.3 and switch to standard "nsis" installer
  • Loading branch information
lvillani authored Dec 8, 2020
2 parents 051d4a1 + dad1316 commit 1a49ea8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions just-install-v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -1146,10 +1146,10 @@
},
"intellij-idea-community": {
"installer": {
"kind": "jetbrains-nsis",
"x86": "https://download.jetbrains.com/idea/ideaIC-2020.2.4.exe"
"kind": "nsis",
"x86": "https://download.jetbrains.com/idea/ideaIC-2020.3.exe"
},
"version": "2020.2.4"
"version": "2020.3"
},
"irfanview": {
"installer": {
Expand Down Expand Up @@ -1806,10 +1806,10 @@
},
"pycharm-community": {
"installer": {
"kind": "jetbrains-nsis",
"x86": "https://download.jetbrains.com/python/pycharm-community-2020.2.4.exe"
"kind": "nsis",
"x86": "https://download.jetbrains.com/python/pycharm-community-2020.3.exe"
},
"version": "2020.2.4"
"version": "2020.3"
},
"python2": {
"installer": {
Expand Down
1 change: 0 additions & 1 deletion just-install-v4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
"copy",
"custom",
"innosetup",
"jetbrains-nsis",
"msi",
"nsis",
"squirrel",
Expand Down

0 comments on commit 1a49ea8

Please sign in to comment.