Wrong packaging directory on macos
summershrimp opened this issue · 4 comments
summershrimp commented
Operating System Info
macOS 12
Other OS
No response
OBS Studio Version
28.0.3
OBS Studio Version (Other)
No response
OBS Studio Log URL
Nope
OBS Studio Crash Log URL
No response
Expected Behavior
Generate plugin pkg installer file.
Current Behavior
packages failed to packaging plugin to pkg installer file.
Steps to Reproduce
- run ./.github/script/package-macos.zsh
Anything else we should know?
at installer-macos.pkgproj.in , @RELATIVE_INSTALL_PATH@ is expanded to build_x64/install
but at .build.zsh, plugin is installed to release
obs-plugintemplate/.github/scripts/.build.zsh
Line 243 in c85ef77
so package failed
summershrimp commented
It seems working on CI, but not working on my local computer.
progressmedia commented
Agreed. It is not working for me either and the very rough translations from readme don't exactly help.
paulpv commented
Might this be fixed by https://github.com/obsproject/obs-plugintemplate/pull/41/files ?