mirror of
https://github.com/vsariola/sointu.git
synced 2026-03-31 11:13:00 -04:00
debug
This commit is contained in:
parent
9060dba1fd
commit
18f1372504
5
.github/workflows/binaries.yml
vendored
5
.github/workflows/binaries.yml
vendored
@ -176,6 +176,11 @@ jobs:
|
||||
</dict>
|
||||
</plist>" > "bundle/${{ matrix.config.bundleoutput }}.vst/Contents/Info.plist"
|
||||
mv "bundle/${{ matrix.config.bundleoutput }}" "bundle/${{ matrix.config.bundleoutput }}.vst/Contents/MacOS/${{ matrix.config.bundleoutput }}"
|
||||
file "bundle/sointu-vsti.vst/Contents/MacOS/sointu-vsti"
|
||||
otool -hv "bundle/sointu-vsti.vst/Contents/MacOS/sointu-vsti" | head -n 5
|
||||
nm -gU "bundle/sointu-vsti.vst/Contents/MacOS/sointu-vsti" | egrep '(_VSTPluginMain|_main_macho)'
|
||||
plutil -lint "bundle/sointu-vsti.vst/Contents/Info.plist"
|
||||
codesign -dv --verbose=4 "bundle/sointu-vsti.vst/Contents/MacOS/sointu-vsti"
|
||||
- name: Upload bundle
|
||||
if: matrix.config.bundle
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user