mirror of
https://github.com/Bionus/imgbrd-grabber.git
synced 2025-01-07 03:16:48 +08:00
.. | ||
windows-setup | ||
build.sh | ||
create-source.sh | ||
generate-sources-metadata.js | ||
generate-tag-databases.sh | ||
package-appimage.sh | ||
package-linux.sh | ||
package-mac.sh | ||
package-sources.sh | ||
package-windows.bat | ||
package.sh | ||
README.md | ||
uncrustify.sh |
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 Grabberpackage.sh DIR
to copy all common artifacts in a target directorywindows-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
).