Question regarding the plug-in directory structure #622
-
I've been using the main branch zip for as long as I remember and it seems to work just fine. However, I noticed that the directory structure of the releases archives and the main branch zip differs: Release archive:.
└── scripts
├── uosc.lua
└── uosc_shared
├── elements
├── lib
└── main.lua (empty, used for compatibility) Main branch:.
└── scripts
└── uosc
├── elements
├── lib
└── main.lua What is the proper way to use the main branch zip content? Can I keep using it as is? |
Beta Was this translation helpful? Give feedback.
Answered by
christoph-heinrich
Sep 12, 2023
Replies: 1 comment 1 reply
-
That was changed in ade1d1f. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
xfzv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That was changed in ade1d1f.
You can use the main branch as is.