imgbrd-grabber/scripts
2024-05-14 19:40:17 +02:00
..
windows-setup chore: version 7.12.2 2024-05-14 19:40:17 +02:00
build.sh Properly quote optional parameters in build script (PR #2320) 2021-04-01 23:32:29 +02:00
create-source.sh Add script to generate a source skeleton 2022-06-15 19:46:46 +02:00
generate-sources-metadata.js chore: misc static analysis fixes 2023-11-16 09:00:32 +01:00
generate-tag-databases.sh chore: fix linting issues in shell files 2024-04-27 01:42:59 +02:00
package-appimage.sh build: fix tag database generation 2023-11-24 00:54:05 +01:00
package-linux.sh Move all code projects to a 'src' directory 2020-05-25 23:21:25 +02:00
package-mac.sh Don't store settings in the macOS .app file (issue #2676) 2022-06-08 18:30:17 +02:00
package-sources.sh chore: fix linting issues in shell files 2024-04-27 01:42:59 +02:00
package-windows.bat chore: migrate to Qt 6.5.2 2023-07-31 03:24:19 +02:00
package.sh Fix typo in package.sh for rsync (fix #2670) 2022-05-06 23:48:24 +02:00
README.md Add README file for the 'scripts' directory 2020-05-25 23:32:28 +02:00
uncrustify.sh chore: remove unnecessary backports 2023-01-09 00:47:27 +01:00

The scripts directory

This directory is used to store useful scripts that make developing on Grabber easier. This is not for end-user scripts for Grabber itself.

Useful scripts:

  • build.sh [TARGET]... to build Grabber
  • package.sh DIR to copy all common artifacts in a target directory
  • windows-setup/ contains the InnoSetup installer script for Windows

Note: most of those scripts are made to be run from the root of the repository (ex: ./scripts/build.sh).