diff --git a/README.md b/README.md index 2a9258d0..9b01939b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repo contains the database of all known VCV Rack plugins, for [VCV Library] All Rack plugins are welcome assuming they - are not malware (i.e. harm users' computer or privacy). - follow the [VCV Plugin Ethics Guidelines](https://vcvrack.com/manual/PluginLicensing.html#vcv-plugin-ethics-guidelines). -- Minor forks of existing plugins are not included here in order prevent user confusion, unless panel graphics and names are changed to be indistinguishable. +- Minor forks of existing plugins are not included here in order prevent user confusion, unless panel graphics, names, and slugs are changed to be easily distinguishable. ## Adding your plugin to the VCV Library (for open-source plugins) diff --git a/scripts/update.py b/scripts/update.py index b1be4ced..167edf64 100644 --- a/scripts/update.py +++ b/scripts/update.py @@ -135,6 +135,7 @@ print() print(f"Press enter to launch Rack and test the following packages: {built_slugs_str}") input() common.system(f"cd {RACK_SYSTEM_DIR} && ./Rack") +# common.system(f"cd {RACK_USER_DIR} && grep 'warn' log.txt") print(f"Press enter to generate screenshots, upload packages, upload screenshots, and commit/push the library repo.") input()