Compare commits

..

3 Commits

Author SHA1 Message Date
8090f42cc2
jetbrains: generate IDEA packages 2021-01-26 19:35:45 +11:00
c67b2c2b0e
jetbrains: normalize file names 2021-01-26 19:35:45 +11:00
af57ecdd22
jetbrains: add update script wrapper
The main script only does a single program, and requires being fed the
name. This is a wrapper to get those names.
2021-01-26 19:35:45 +11:00
2 changed files with 90690 additions and 1998 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@
set -e
for app in $APPS; do
./updater-jetbrains $app -o ${app#-[0-9.]*}-generated.nix
./updater-jetbrains $app -o ${app%-[0-9.]*}-generated.nix
done
# Local Variables: