obsproject / obs-plugintemplate

GNU General Public License v2.0
285 stars 133 forks source link

Sources zip archive contains .ccache folder #124

Open univrsal opened 3 months ago

univrsal commented 3 months ago

Operating System Info

Windows 11

Other OS

No response

OBS Studio Version

30.1.2

OBS Studio Version (Other)

No response

OBS Studio Log URL

n/a

OBS Studio Crash Log URL

No response

Expected Behavior

The folder isn't included in the zip, unless that's intended.

Current Behavior

The .ccache folder is included in the zip archive, which can significantly increase the file size. For tuna it's 116MB vs. 7MB unzipped and 19.5MB vs. 2MB compressed. It doesn't make much of a difference in smaller plugins but tuna statically links against two larger libraries which increases the size of the .ccache folder by a lot.

Steps to Reproduce

  1. Let the CI run
  2. Download the obs-plugintemplate-1.0.0-sources-[commit hash], i.e. this one
  3. Extract it

Anything else we should know?

No response