Pamasich / kbin-kes

Add-on manager and scripting framework for kbin
MIT License
0 stars 0 forks source link

Script to remove duplicate entries in Manifest #48

Open Pamasich opened 8 months ago

Pamasich commented 8 months ago

My usual workflow is to merge projects into a test branch for testing, before submitting the pull request. But then I keep pulling the latest upstream changes into that test branch too. An issue arises here where the pull request getting accepted results in a new entry being added to the manifest, but to test the addon I also manually add an entry to the manifest. Thus, the test branch will have two entries in the manifest for each of my addons.

Write a script to strip out the second one. Until that's done this needs to be done manually.