FMaz008 / VineHelper

Browser extension to improve Vine Experience
https://www.vinehelper.ovh
MIT License
33 stars 23 forks source link

Manifest Refers to Non-Existent Files (case mismatch) #137

Closed limitedAtonement closed 2 hours ago

limitedAtonement commented 2 hours ago

Describe the bug manifest*.json refers to Grid.js, etc. but the files are actually grid.js, etc.

To Reproduce Steps to reproduce the behavior:

  1. Visit chrome://extensions
  2. Click "Load unpacked"
  3. Select the dist directory for the extension

Expected behavior The extension is added to chromium

(optional) Screenshots

What actually happens:

image

(optional) Error in the developer console None.

(optional) Last page of Vine Helper debug log Not applicable

Browser chromium --version says, Chromium 129.0.6668.70 Arch Linux

Additional context None

FMaz008 commented 2 hours ago

That was a bug of v2.9.4, just update and it should be fixed. :)

limitedAtonement commented 2 hours ago

I'm seeing the problem on origin/main (eca84c3).

FMaz008 commented 2 hours ago

Ah I see you are running the github code. Yeah, locally "my" files were named properly but git did not recognized the capitalization change. I just forced renamed the files (git mv) and pushed commit 263055f5ed3fc8133d32d68b63559a7b804eba8e to fix the issue.

Good catch BTW.

Is it working better for you now?

limitedAtonement commented 2 hours ago

Yup! Reloaded without issue. Thank you!