Compare commits

..

2 Commits

Author SHA1 Message Date
eae2921ae2
jetbrains: normalize file names 2021-01-25 15:56:52 +11:00
010665a5c9
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-25 15:56:11 +11:00
2 changed files with 1991 additions and 90683 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: