Skip to content

Commit

Permalink
.clap is a file, not a folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sudara committed Jan 17, 2025
1 parent 4ac6a78 commit 3acf922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ jobs:
- name: pkgbuild, Productbuild and Notarize
if: ${{ matrix.name == 'macOS' }}
timeout-minutes: 5
run: |
pkgbuild --identifier "${{ env.BUNDLE_ID }}.au.pkg" --version $VERSION --component "${{ env.AU_PATH }}" --install-location "/Library/Audio/Plug-Ins/Components" --sign "${{ secrets.DEVELOPER_ID_INSTALLER }}" --timestamp "packaging/${{ env.PRODUCT_NAME }}.au.pkg"
pkgbuild --identifier "${{ env.BUNDLE_ID }}.vst3.pkg" --version $VERSION --component "${{ env.VST3_PATH }}" --install-location "/Library/Audio/Plug-Ins/VST3" --sign "${{ secrets.DEVELOPER_ID_INSTALLER }}" --timestamp "packaging/${{ env.PRODUCT_NAME }}.vst3.pkg"
Expand Down
2 changes: 1 addition & 1 deletion packaging/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Type: filesandordirs; Name: "{commoncf64}\VST3\{#ProductName}Data"
; MSVC adds a .ilk when building the plugin. Let's not include that.
[Files]
Source: "..\Builds\{#ProjectName}_artefacts\Release\VST3\{#ProductName}.vst3\*"; DestDir: "{commoncf64}\VST3\{#ProductName}.vst3\"; Excludes: *.ilk; Flags: ignoreversion recursesubdirs; Components: vst3
Source: "..\Builds\{#ProjectName}_artefacts\Release\CLAP\{#ProductName}.clap\*"; DestDir: "{commoncf64}\CLAP\{#ProductName}.clap\"; Excludes: *.ilk; Flags: ignoreversion recursesubdirs; Components: clap
Source: "..\Builds\{#ProjectName}_artefacts\Release\CLAP\{#ProductName}.clap"; DestDir: "{commoncf64}\CLAP\"; Flags: ignoreversion; Components: clap
Source: "..\Builds\{#ProjectName}_artefacts\Release\Standalone\{#ProductName}.exe"; DestDir: "{commonpf64}\{#Publisher}\{#ProductName}"; Flags: ignoreversion; Components: standalone

[Icons]
Expand Down

0 comments on commit 3acf922

Please sign in to comment.